diff options
| author | Fuwn <[email protected]> | 2024-08-30 17:18:42 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-08-30 17:18:42 -0700 |
| commit | f011065b76e37a76222919c333005559eda8dbde (patch) | |
| tree | d56b550369591048c9062344e49ca3e79a291b14 /modules/programs/nh.nix | |
| parent | update (diff) | |
| download | nixos-config-f011065b76e37a76222919c333005559eda8dbde.tar.xz nixos-config-f011065b76e37a76222919c333005559eda8dbde.zip | |
swag
Diffstat (limited to 'modules/programs/nh.nix')
| -rw-r--r-- | modules/programs/nh.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/programs/nh.nix b/modules/programs/nh.nix index ebb4137..0327920 100644 --- a/modules/programs/nh.nix +++ b/modules/programs/nh.nix @@ -3,8 +3,8 @@ enable = true; clean = { - enable = true; - extraArgs = "--keep-since 4d --keep 3"; + enable = false; + extraArgs = "--keep-since 3d --keep 3"; }; }; } |