Commit bad37b3644ce
Changed files (2)
machine
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;