Compare commits
2 commits
05063d120f
...
271e783a6d
Author | SHA1 | Date | |
---|---|---|---|
271e783a6d | |||
4a5fcf3cf1 |
3 changed files with 1 additions and 3 deletions
|
@ -23,7 +23,7 @@
|
|||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
flake = "git+https://git.icanttype.org/cdombroski/nix-configs.git";
|
||||
allowReboot = lib.mkDefault true;
|
||||
allowReboot = true;
|
||||
rebootWindow = { lower = "02:00"; upper = "06:00"; };
|
||||
};
|
||||
}
|
||||
|
|
|
@ -164,7 +164,6 @@
|
|||
"/home".options = [ "compress=lzo" "autodefrag" "discard=async" "defaults" ];
|
||||
};
|
||||
|
||||
system.autoUpgrade.allowReboot = false;
|
||||
system.stateVersion = "23.11"; # Did you read the comment?
|
||||
}
|
||||
|
||||
|
|
|
@ -261,7 +261,6 @@
|
|||
services.zfs.zed.enableMail = false;
|
||||
|
||||
system.stateVersion = "23.11"; # Did you read the comment?
|
||||
system.autoUpgrade.allowReboot = false;
|
||||
zramSwap.enable = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue