diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/p-body/default.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/p-body/default.nix b/hosts/p-body/default.nix index 99e8a8d..7988bfb 100644 --- a/hosts/p-body/default.nix +++ b/hosts/p-body/default.nix @@ -163,7 +163,10 @@ }; }; - nix.settings.trusted-users = ["p-body"]; + nix = { + gc.options = "--delete-older-than 7d --max-freed 50G"; + settings.trusted-users = ["p-body"]; + }; zramSwap.enable = true; } |
