Move several options to a ‘defaults’ file
This commit is contained in:
parent
eb112a9654
commit
214aadd33d
4 changed files with 15 additions and 8 deletions
|
@ -88,12 +88,6 @@ in
|
|||
system.autoUpgrade.sendEmail = true;
|
||||
# systemd.services.nixos-upgrade.onFailure = lib.mkIf config.system.autoUpgrade.enable [ "status-email@%n.service" ];
|
||||
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 30d";
|
||||
};
|
||||
|
||||
services.btrfsScrub = {
|
||||
enable = true;
|
||||
paths = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue