From 72285487d68b667ad3e7787e0e8690c9c91c4edc Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Wed, 11 Apr 2018 13:00:32 +0200 Subject: [PATCH] Rename git01 to k8s0-3. --- hw/{git01.nix => k8s0-3.nix} | 0 k8s.nix | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename hw/{git01.nix => k8s0-3.nix} (100%) diff --git a/hw/git01.nix b/hw/k8s0-3.nix similarity index 100% rename from hw/git01.nix rename to hw/k8s0-3.nix diff --git a/k8s.nix b/k8s.nix index 5ec01f1..76a4ebc 100644 --- a/k8s.nix +++ b/k8s.nix @@ -189,9 +189,9 @@ in services.kubernetes.addons.dns.enable = false; }; - git01 = { config, lib, pkgs, ... }: + k8s0-3 = { config, lib, pkgs, ... }: let - base = baseConfig "git01"; + base = baseConfig "k8s0-3"; in { deployment.targetHost = "10.253.18.103";