mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 12:51:34 +01:00
Increase min-free threshold
This commit is contained in:
parent
3a707235fa
commit
8cd27cac05
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 = 1 * 1024 * 1024 * 1024;
|
min-free = 4 * 1024 * 1024 * 1024;
|
||||||
max-free = 5 * 1024 * 1024 * 1024;
|
max-free = 8 * 1024 * 1024 * 1024;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue