mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-28 03:37:12 +08:00
Disable cache server (using cachix)
This commit is contained in:
parent
cc0bd940c9
commit
e5b7f834af
1 changed files with 4 additions and 4 deletions
|
|
@ -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";
|
||||
# })
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue