aboutsummaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
Diffstat (limited to 'site')
-rw-r--r--site/neptune.nix12
-rw-r--r--site/pluton.nix1
2 files changed, 1 insertions, 12 deletions
diff --git a/site/neptune.nix b/site/neptune.nix
index f640fc1..781e512 100644
--- a/site/neptune.nix
+++ b/site/neptune.nix
@@ -8,17 +8,5 @@
services.nomad.settings.datacenter = "neptune";
- # Allow router to reach nodes in this site
networking.firewall.allowedTCPPorts = [ 80 443 ];
-
- # ----
-
- nix = {
- binaryCaches = [
- "http://binarycache.home.adnab.me:7980"
- ];
- binaryCachePublicKeys = [
- "binarycache.home.adnab.me:ErR6pMnewf9oVyZJd5uC2nI4EZF49c7Mh86eDZWYZaw="
- ];
- };
}
diff --git a/site/pluton.nix b/site/pluton.nix
index 22bea08..6b57129 100644
--- a/site/pluton.nix
+++ b/site/pluton.nix
@@ -5,6 +5,7 @@
address = "192.168.0.1";
interface = "enp0s25";
};
+ networking.nameservers = [ "213.186.33.99" "172.104.136.243" ];
services.nomad.settings.datacenter = "pluton";