This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ config, lib, ...}:
|
||||
{ config, lib, ... }:
|
||||
let
|
||||
inherit (lib) mkIf mkOption types;
|
||||
in
|
||||
@@ -12,11 +12,11 @@ in
|
||||
config = mkIf config.smayzy.nh.enable {
|
||||
programs.nh = {
|
||||
enable = true;
|
||||
clean= {
|
||||
clean = {
|
||||
enable = true;
|
||||
extraArgs = "--keep 10";
|
||||
dates = "hourly";
|
||||
};
|
||||
};
|
||||
flake = "/home/smayzy/nix-config";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user