Commit 1f0bcc8d19f4
Changed files (2)
machine
modules
profiles
machine/massimo.nix
@@ -22,7 +22,7 @@ with import ../assets/machines.nix; {
nix-binary-cache = {
enable = true;
domain = "massimo.local";
- aliases = ["cache.massimo.home"];
+ aliases = ["cache.massimo.home" "nix.cache.home"];
};
athens = {
enable = true;
modules/profiles/nix-config.nix
@@ -38,7 +38,7 @@ in
build-cores = 0
'';
binaryCaches = [
- "http://cache.massimo.home"
+ "http://nix.cache.home"
"https://cache.nixos.org/"
"https://r-ryantm.cachix.org"
"https://vdemeester.cachix.org"