aboutsummaryrefslogtreecommitdiff
path: root/site/pluton.nix
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-02-09 12:09:49 +0100
committerAlex Auvolat <alex@adnab.me>2022-02-09 12:09:49 +0100
commitf03cafd49b48eabc4743b3a3791fd22f19cb0de1 (patch)
treee31d1c68502e4ee2f8f4dc67235eac0e220b2fbd /site/pluton.nix
parentcce5cd17f5429295eb2165480ca941dd3f49b788 (diff)
downloadnixcfg-f03cafd49b48eabc4743b3a3791fd22f19cb0de1.tar.gz
nixcfg-f03cafd49b48eabc4743b3a3791fd22f19cb0de1.zip
Modularize and prepare to support multiple clusters
Diffstat (limited to 'site/pluton.nix')
-rw-r--r--site/pluton.nix13
1 files changed, 0 insertions, 13 deletions
diff --git a/site/pluton.nix b/site/pluton.nix
deleted file mode 100644
index 6b57129..0000000
--- a/site/pluton.nix
+++ /dev/null
@@ -1,13 +0,0 @@
-{ config, pkgs, ... }:
-
-{
- networking.defaultGateway = {
- address = "192.168.0.1";
- interface = "enp0s25";
- };
- networking.nameservers = [ "213.186.33.99" "172.104.136.243" ];
-
- services.nomad.settings.datacenter = "pluton";
-
- networking.firewall.allowedTCPPorts = [ 80 443 ];
-}