mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 22:11:33 +01:00
Refactor min/max-free to use byte values
This commit is contained in:
parent
e9b9e4c9da
commit
f3c74bb477
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 = "1G";
|
min-free = 1 * 1024 * 1024 * 1024;
|
||||||
max-free = "5G";
|
max-free = 5 * 1024 * 1024 * 1024;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue