diff --git a/ascanius/configuration.nix b/ascanius/configuration.nix index 64b51b6..e2827fb 100644 --- a/ascanius/configuration.nix +++ b/ascanius/configuration.nix @@ -51,4 +51,5 @@ in hostname = secrets.tor_hostnames."ssh.ascanius"; private_key = "/run/keys/torkeys/ssh.ascanius.key"; } ]; + nix.gc.automatic = pkgs.lib.mkOverride 30 false; }