diff options
Diffstat (limited to 'common.nix')
| -rw-r--r-- | common.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -34,6 +34,11 @@ dates = "weekly"; options = "--delete-older-than 30d"; }; + systemd.services.nix-daemon.serviceConfig = { + MemoryAccounting = true; + MemoryMax = "90%"; + OOMScoreAdjust = 500; + }; environment.systemPackages = with pkgs; [ htop |
