Commit 1f0bcc8d19f4

Vincent Demeester <vincent@sbr.pm>
2018-12-17 14:29:57
nix-config: prefer nix.cache.home 👼
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent be05aeb
Changed files (2)
machine
modules
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"