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";