aboutsummaryrefslogtreecommitdiff
path: root/site/neptune.nix
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-12-26 13:23:01 +0100
committerAlex Auvolat <alex@adnab.me>2021-12-26 13:23:01 +0100
commit2f6d64a1a81de511c0b62dc2241dc08dc75e5283 (patch)
tree7b5a0eecc6c3b523340fea5ee2d45c66f4a4f1c5 /site/neptune.nix
parent05bb108323cd7a28968f38a21817443ce17a429a (diff)
downloadnixcfg-2f6d64a1a81de511c0b62dc2241dc08dc75e5283.tar.gz
nixcfg-2f6d64a1a81de511c0b62dc2241dc08dc75e5283.zip
Cleanup
Diffstat (limited to 'site/neptune.nix')
-rw-r--r--site/neptune.nix12
1 files changed, 0 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="
- ];
- };
}