Disable nix garbage collector in tent
Reviewed-by: Aleix Boné <abonerib@bsc.es> Reviewed-by: Rodrigo Arias Mallo <rodrigo.arias@bsc.es>
This commit is contained in:
parent
cf9bcc27e0
commit
7bb11611a8
@ -67,4 +67,7 @@
|
|||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
serviceConfig.ExecStart = script;
|
serviceConfig.ExecStart = script;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# disable automatic garbage collector
|
||||||
|
nix.gc.automatic = lib.mkForce false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user