added garbage collection
This commit is contained in:
parent
e5f4c465ce
commit
3b78b072bc
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user