auto-optimisation du store, options du ramasse-miettes

nixos-21.05-preparation
Yves Dubromelle 4 years ago
parent af35de1639
commit 032d7e8e1a

@ -12,5 +12,12 @@ mkIf flags.auto-upgrade {
# Automatic update & automatic clean
system.autoUpgrade.enable = true;
nix.gc.automatic = true;
nix = {
autoOptimiseStore = true;
gc = {
automatic = true;
dates = "daily";
options = "--delete-older-than 7d";
};
};
}

Loading…
Cancel
Save