auto optimise nix

This commit is contained in:
Andreas Zweili 2021-11-23 23:01:54 +01:00
parent f01ef6ea5a
commit 6c6fb3db4b

View File

@ -59,6 +59,7 @@
dates = "weekly";
options = "--delete-older-than 7d";
};
nix.autoOptimiseStore = true;
environment.shellAliases = {
nix-generations = "sudo nix-env --list-generations --profile /nix/var/nix/profiles/system";