clean
This commit is contained in:
parent
98a77d86ee
commit
c115d3e220
@ -12,9 +12,11 @@ in
|
|||||||
config = mkIf config.smayzy.nh.enable {
|
config = mkIf config.smayzy.nh.enable {
|
||||||
programs.nh = {
|
programs.nh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
clean.enable = true;
|
clean= {
|
||||||
clean.extraArgs = "--keep 10";
|
enable = true;
|
||||||
programs.nh.clean.dates = "hourly";
|
extraArgs = "--keep 10";
|
||||||
|
dates = "hourly";
|
||||||
|
};
|
||||||
flake = "/home/smayzy/nix-config";
|
flake = "/home/smayzy/nix-config";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user