global/persist: disable systemd-machine-id-commit
This commit is contained in:
parent
d72e3e0511
commit
c318d373da
1 changed files with 4 additions and 0 deletions
|
@ -23,4 +23,8 @@ in
|
|||
"/etc/machine-id"
|
||||
];
|
||||
};
|
||||
|
||||
# https://github.com/NixOS/nixpkgs/pull/351151
|
||||
boot.initrd.systemd.suppressedUnits = [ "systemd-machine-id-commit.service" ];
|
||||
systemd.suppressedSystemUnits = [ "systemd-machine-id-commit.service" ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue