forked from pub-solar/os
flora-6: configure more agressive garbage
collection Reason: it has already happened a few times, that flora-6 ran out of disk space. With this fix, hopefully the garbage collection should kick in earlier and prevent this from happening
This commit is contained in:
parent
9fdfc83cc7
commit
80c1a7927a
|
@ -54,6 +54,14 @@ in {
|
|||
}
|
||||
];
|
||||
|
||||
# Override nix.conf for more agressive garbage collection
|
||||
nix.extraOptions = lib.mkForce ''
|
||||
min-free = 536870912
|
||||
keep-outputs = false
|
||||
keep-derivations = false
|
||||
fallback = true
|
||||
'';
|
||||
|
||||
# Machine user for CI pipelines
|
||||
users.users.hakkonaut = {
|
||||
description = "CI and automation user";
|
||||
|
|
Loading…
Reference in a new issue