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:
teutat3s 2023-03-05 18:38:42 +01:00
parent 9fdfc83cc7
commit 80c1a7927a
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

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