From 5c6e5e2f03e30b49cb4eb161494d1069754e0085 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Tue, 9 Sep 2025 16:39:37 +0200 Subject: [PATCH] Add `min-free` and `max-free` thresholds --- hosts/shared.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/shared.nix b/hosts/shared.nix index 50ad7ab..22872c1 100644 --- a/hosts/shared.nix +++ b/hosts/shared.nix @@ -35,6 +35,9 @@ ]; commit-lock-file-summary = "flake.lock: Update"; allow-import-from-derivation = false; + + min-free = "100M"; + max-free = "1G"; }; };