mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 22:11:33 +01:00
Increase min- and max-free
This commit is contained in:
parent
1fe43f5802
commit
adc086043e
1 changed files with 2 additions and 2 deletions
|
|
@ -36,8 +36,8 @@
|
||||||
commit-lock-file-summary = "flake.lock: Update";
|
commit-lock-file-summary = "flake.lock: Update";
|
||||||
allow-import-from-derivation = false;
|
allow-import-from-derivation = false;
|
||||||
|
|
||||||
min-free = "100M";
|
min-free = "1G";
|
||||||
max-free = "1G";
|
max-free = "5G";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue