added garbage collection

This commit is contained in:
Giulio De Pasquale 2021-07-01 06:06:23 +02:00
parent e5f4c465ce
commit 3b78b072bc

View File

@ -17,6 +17,11 @@
"nixos-config=/etc/nixos/hosts/${variables.hostname}/default.nix"
"/nix/var/nix/profiles/per-user/root/channels"
];
gc = {
automatic = true;
dates = "weekly";
persistent = true;
};
};
nixpkgs = {