Disable cache server (using cachix)

This commit is contained in:
Sridhar Ratnakumar 2023-01-29 12:56:31 -05:00
parent cc0bd940c9
commit e5b7f834af

View file

@ -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";
# })
];
};
};