automatically clean up nix store on mainsail
This commit is contained in:
parent
6ede499b2f
commit
8c7ba43b93
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in New Issue