summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index f524dd44..e919426f 100644
--- a/hel.nix
+++ b/hel.nix
@@ -561,5 +561,11 @@
561 fileSystems = [ "/" ]; 561 fileSystems = [ "/" ];
562 interval = "weekly"; 562 interval = "weekly";
563 }; 563 };
564
565 systemd.services."nix-daemon".serviceConfig = {
566 MemoryAccounting = true;
567 MemoryHigh = "75%";
568 MemoryMax = "80%";
569 };
564} 570}
565 571