diff --git a/nixos/modules/containers.nix b/nixos/modules/containers.nix index b4fa612..a7a47ff 100644 --- a/nixos/modules/containers.nix +++ b/nixos/modules/containers.nix @@ -245,6 +245,10 @@ in } ]; + nix = { + gc.automatic = false; + }; + my = { tmproot = { enable = true;