global/persist: disable systemd-machine-id-commit

This commit is contained in:
Infinidoge 2024-11-18 11:09:44 -05:00
parent d72e3e0511
commit c318d373da
Signed by: Infinidoge
SSH key fingerprint: SHA256:EMoPe5e2dO0gEvtBb2xkZTz5dkyL0rBmuiGTKG5s96E

View file

@ -23,4 +23,8 @@ in
"/etc/machine-id" "/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" ];
} }