From f03cafd49b48eabc4743b3a3791fd22f19cb0de1 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 9 Feb 2022 12:09:49 +0100 Subject: Modularize and prepare to support multiple clusters --- site/pluton.nix | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 site/pluton.nix (limited to 'site/pluton.nix') 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 ]; -} -- cgit v1.2.3