modules/cluster/deployment: disable nix.gc.automatic

This commit is contained in:
Astro 2022-11-28 01:16:36 +01:00
parent b3caf1a39b
commit 07bfd31ee7
1 changed files with 4 additions and 0 deletions

View File

@ -127,4 +127,8 @@ builtins.filter (hosts6: hosts6 ? ${hostName}) (
};
}) {} networks;
};
# nix-gc breaks writable store overlays, devastating running
# MicroVMs
nix.gc.automatic = false;
}