thanatos: avoid GC
This commit is contained in:
parent
0d390a3189
commit
fe8b1db0fd
|
@ -93,4 +93,6 @@ in {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
docker-compose
|
docker-compose
|
||||||
];
|
];
|
||||||
|
|
||||||
|
nix.gc.automatic = lib.mkForce false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue