From 4881a84eaafc1e5ea5d5d76f14cfe8c5b233791f Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 2 Sep 2019 17:15:59 +0100 Subject: chore(infra): Remove NixOS configuration for servers This configuration is no longer in use. The Gemma configuration file has been moved over to the k8s folder from where it will be templated into the actual configuration. --- infra/nixos/glesys.nix | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 infra/nixos/glesys.nix (limited to 'infra/nixos/glesys.nix') diff --git a/infra/nixos/glesys.nix b/infra/nixos/glesys.nix deleted file mode 100644 index 4cd66cb195..0000000000 --- a/infra/nixos/glesys.nix +++ /dev/null @@ -1,18 +0,0 @@ -{ - sto-tazserve-1 = { pkgs, config, ... }: { - deployment.targetHost = "46.21.106.241"; - - # Configure network - networking.hostName = "sto-tazserve-1"; - networking.interfaces.ens32.ip4 = [ - { address = "46.21.106.241"; prefixLength = 23; } - ]; - networking.defaultGateway = "46.21.106.1"; - networking.nameservers = [ "195.20.206.80" "195.20.206.81" ]; - - imports = [ - ./configuration.nix - ./tazserve.nix - ]; - }; -} -- cgit 1.4.1