From 2f6d64a1a81de511c0b62dc2241dc08dc75e5283 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sun, 26 Dec 2021 13:23:01 +0100 Subject: Cleanup --- site/neptune.nix | 12 ------------ site/pluton.nix | 1 + 2 files changed, 1 insertion(+), 12 deletions(-) (limited to 'site') 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"; -- cgit v1.2.3