rexxar: don't restart zfs on changes
This commit is contained in:
parent
d4a04a7343
commit
574d24ac01
1 changed files with 6 additions and 0 deletions
|
@ -86,6 +86,12 @@
|
|||
boot.loader.systemd-boot.extraInstallCommands = ''
|
||||
rsync -a /boot/ /boot2/
|
||||
'';
|
||||
systemd.services.zfs-import-zu2 = {
|
||||
# Do not stop me. It makes everything very sad.
|
||||
reloadIfChanged = false;
|
||||
restartIfChanged = false;
|
||||
stopIfChanged = false;
|
||||
};
|
||||
|
||||
nix.settings.max-jobs = lib.mkDefault 64;
|
||||
|
||||
|
|
Loading…
Reference in a new issue