diff options
| author | Fuwn <[email protected]> | 2024-09-10 01:57:04 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-10 01:57:04 -0700 |
| commit | 4db8ce0222ce41cf8ed3351f4b131d69994fb028 (patch) | |
| tree | 0eda1fd6ca3a40e9a7a57e15707a6b30180811a5 /modules/nix/nh.nix | |
| parent | Bump (diff) | |
| download | nixos-config-4db8ce0222ce41cf8ed3351f4b131d69994fb028.tar.xz nixos-config-4db8ce0222ce41cf8ed3351f4b131d69994fb028.zip | |
Bump
Diffstat (limited to 'modules/nix/nh.nix')
| -rw-r--r-- | modules/nix/nh.nix | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/modules/nix/nh.nix b/modules/nix/nh.nix index 29481a6..70951c0 100644 --- a/modules/nix/nh.nix +++ b/modules/nix/nh.nix @@ -1,10 +1,6 @@ { programs.nh = { enable = true; - - clean = { - enable = false; - extraArgs = "--keep-since 3d --keep 3"; - }; + clean.enable = false; }; } |