Commit 181bb0a59310
Changed files (1)
machine
machine/okinawa.nix
@@ -25,10 +25,6 @@ with import ../assets/machines.nix; {
};
};
services = {
- athens = {
- enable = true;
- user = "vincent";
- };
bind = {
enable = true;
forwarders = [ "8.8.8.8" "8.8.4.4" ];
@@ -60,16 +56,6 @@ with import ../assets/machines.nix; {
}
];
};
- dockerRegistry = {
- enable = true;
- enableGarbageCollect = true;
- listenAddress = "0.0.0.0";
- extraConfig = {
- proxy = {
- remoteurl = "https://registry-1.docker.io";
- };
- };
- };
nix-binary-cache = {
enable = true;
domain = "nix.cache.home";