automatically clean up nix store on mainsail

This commit is contained in:
stupidcomputer 2024-04-26 14:14:11 -05:00
parent 6ede499b2f
commit 883a0e6ee6
2 changed files with 12 additions and 0 deletions

View File

@ -8,6 +8,12 @@
../../modules/common.nix
];
# nix optimization
nix.optimise = {
automatic = true;
dates = [ "03:45" ];
};
boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/sda";

View File

@ -8,6 +8,12 @@
../../builds/gmail_mail_bridge.nix
];
# nix optimization
nix.optimise = {
automatic = true;
dates = [ "03:45" ];
};
networking.networkmanager.enable = true;
time.timeZone = "America/Chicago";