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

Reviewed-on: #177
This commit is contained in:
teutat3s 2023-03-08 18:32:00 +01:00
commit ff8733ce1c
Signed by: pub.solar gitea
GPG key ID: F0332B04B7054873

View file

@ -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";