Enable nh autocleaning weekly of nix store.
This commit is contained in:
parent
55f42620d3
commit
4ba4fa5c56
@ -43,6 +43,10 @@
|
|||||||
programs.nh = {
|
programs.nh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
flake = "/home/crony/Repos/nixos";
|
flake = "/home/crony/Repos/nixos";
|
||||||
|
clean = {
|
||||||
|
enable = true;
|
||||||
|
extraArgs = "--keep 5 --keep-since 3d";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Install foot
|
# Install foot
|
||||||
|
Loading…
x
Reference in New Issue
Block a user