From e5b7f834af5a13709c3588a36afe3ac5b0cf92db Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sun, 29 Jan 2023 12:56:31 -0500 Subject: [PATCH] Disable cache server (using cachix) --- flake.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"; + # }) ]; }; };