Commit bad37b3644ce

Vincent Demeester <vincent@sbr.pm>
2019-04-14 16:00:52
migrate services from massimo to okinawa
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent ada17a4
Changed files (2)
machine/massimo.nix
@@ -19,25 +19,6 @@ with import ../assets/machines.nix; {
     syncthing.enable = true;
   };
   services = {
-    nix-binary-cache = {
-      enable = true;
-      domain = "massimo.local";
-      aliases = ["cache.massimo.home" "nix.cache.home"];
-    };
-    athens = {
-      enable = true;
-      user = "vincent";
-    };
-    dockerRegistry = {
-      enable = true;
-      enableGarbageCollect = true;
-      listenAddress = "0.0.0.0";
-      extraConfig = {
-        proxy = {
-          remoteurl = "https://registry-1.docker.io";
-        };
-      };
-    };
     logind.lidSwitch = "ignore";
     syncthing-edge.guiAddress = "${wireguard.ips.massimo}:8384";
     wireguard = {
machine/okinawa.nix
@@ -51,13 +51,11 @@ with import ../assets/machines.nix; {
         }
       ];
     };
-    /*
     nix-binary-cache = {
       enable = true;
       domain = "nix.cache.home";
       aliases = ["cache.massimo.home" "nix.okinawa.home"];
     };
-    /*
     athens = {
       enable = true;
       user = "vincent";
@@ -72,7 +70,6 @@ with import ../assets/machines.nix; {
         };
       };
     };
-    */
     syncthing-edge.guiAddress = "${wireguard.ips.okinawa}:8384";
     wireguard = {
       enable = true;