Enable nix optimise on all hosts

This commit is contained in:
Malte Tammena 2021-12-26 23:02:11 +01:00
parent 9bc74f2295
commit 8f57404c37

View file

@ -228,6 +228,11 @@
experimental-features = nix-command flakes
'';
nixpkgs.overlays = [ (self: super: { nix = super.nixUnstable; }) ];
# Enable store optimiser
nix.optimise = {
automatic = true;
dates = [ "04:00" ];
};
};
# Some basics that every machine should have