automatically clean up nix store on mainsail

This commit is contained in:
stupidcomputer 2024-04-26 14:14:11 -05:00
parent 6ede499b2f
commit 8c7ba43b93
1 changed files with 6 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";