diff options
author | Alex Auvolat <alex@adnab.me> | 2021-12-26 13:23:01 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-12-26 13:23:01 +0100 |
commit | 2f6d64a1a81de511c0b62dc2241dc08dc75e5283 (patch) | |
tree | 7b5a0eecc6c3b523340fea5ee2d45c66f4a4f1c5 /site | |
parent | 05bb108323cd7a28968f38a21817443ce17a429a (diff) | |
download | nixcfg-2f6d64a1a81de511c0b62dc2241dc08dc75e5283.tar.gz nixcfg-2f6d64a1a81de511c0b62dc2241dc08dc75e5283.zip |
Cleanup
Diffstat (limited to 'site')
-rw-r--r-- | site/neptune.nix | 12 | ||||
-rw-r--r-- | site/pluton.nix | 1 |
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"; |