diff --git a/flake.nix b/flake.nix index 5231845..1369331 100644 --- a/flake.nix +++ b/flake.nix @@ -66,10 +66,10 @@ # I share my Hetzner server with other people who need it. self.nixosModules.guests # I host a Nix cache - (import ./nixos/cache-server.nix { - keyName = "cache-priv-key"; - domain = "cache.srid.ca"; - }) + # (import ./nixos/cache-server.nix { + # keyName = "cache-priv-key"; + # domain = "cache.srid.ca"; + # }) ]; }; };