Merge pull request 'flora-6: configure more agressive garbage collection' (#177) from flora-6/more-agressive-garbage-collection into infra
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #177
This commit is contained in:
commit
ff8733ce1c
|
@ -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
|
# Machine user for CI pipelines
|
||||||
users.users.hakkonaut = {
|
users.users.hakkonaut = {
|
||||||
description = "CI and automation user";
|
description = "CI and automation user";
|
||||||
|
|
Loading…
Reference in a new issue