clouvider-lon01: disable automatic nix-gc
It's used as a Nix build cache machine - since we don't have gcroot generation, it's better to just not collect garbage for the moment.
This commit is contained in:
parent
c83d32e6b9
commit
b2384d844d
1 changed files with 2 additions and 0 deletions
|
@ -246,5 +246,7 @@ in {
|
|||
home = "/srv/gitlab-runner";
|
||||
};
|
||||
|
||||
nix.gc.automatic = false;
|
||||
|
||||
system.stateVersion = "20.09";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue