nixos/systemd: Add util-linux to systemd-mkswap's path
This commit is contained in:
parent
66ce081faf
commit
7a3730f901
1 changed files with 5 additions and 0 deletions
|
@ -597,6 +597,11 @@ in
|
|||
# drop-in in /etc, it does apply.
|
||||
overrideStrategy = "asDropin";
|
||||
};
|
||||
systemd.services."systemd-mkswap@" = {
|
||||
restartIfChanged = false;
|
||||
path = [ pkgs.util-linux ];
|
||||
overrideStrategy = "asDropin";
|
||||
};
|
||||
systemd.services.systemd-random-seed.restartIfChanged = false;
|
||||
systemd.services.systemd-remount-fs.restartIfChanged = false;
|
||||
systemd.services.systemd-update-utmp.restartIfChanged = false;
|
||||
|
|
Loading…
Reference in a new issue