Move several options to a ‘defaults’ file

This commit is contained in:
fruchti 2023-02-26 19:59:32 +01:00
parent eb112a9654
commit 214aadd33d
4 changed files with 15 additions and 8 deletions

View file

@ -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 = {