Retire the kubernetes branch now that it is merged into nix.

This commit is contained in:
Tom Alexander
2026-07-06 18:28:58 -04:00
parent 63a988d1da
commit 41668506cd

View File

@@ -67,98 +67,98 @@ output_directory = "/home/nixworker/persist/nix_builder"
[[targets]] [[targets]]
name = "controller0" name = "controller0"
repo = "https://code.fizz.buzz/talexander/machine_setup.git" repo = "https://code.fizz.buzz/talexander/machine_setup.git"
branch = "kubernetes" branch = "nix"
path = "nix/kubernetes" path = "nix/kubernetes"
attr = "controller0.vm_iso" attr = "controller0.vm_iso"
[[targets]] [[targets]]
name = "controller0_update" name = "controller0_update"
repo = "https://code.fizz.buzz/talexander/machine_setup.git" repo = "https://code.fizz.buzz/talexander/machine_setup.git"
branch = "kubernetes" branch = "nix"
path = "nix/kubernetes" path = "nix/kubernetes"
attr = "controller0.vm_iso" attr = "controller0.vm_iso"
update = true update = true
update_branch = "kubernetes_update" update_branch = "nix_update"
[[targets]] [[targets]]
name = "controller1" name = "controller1"
repo = "https://code.fizz.buzz/talexander/machine_setup.git" repo = "https://code.fizz.buzz/talexander/machine_setup.git"
branch = "kubernetes" branch = "nix"
path = "nix/kubernetes" path = "nix/kubernetes"
attr = "controller1.vm_iso" attr = "controller1.vm_iso"
[[targets]] [[targets]]
name = "controller1_update" name = "controller1_update"
repo = "https://code.fizz.buzz/talexander/machine_setup.git" repo = "https://code.fizz.buzz/talexander/machine_setup.git"
branch = "kubernetes" branch = "nix"
path = "nix/kubernetes" path = "nix/kubernetes"
attr = "controller1.vm_iso" attr = "controller1.vm_iso"
update = true update = true
update_branch = "kubernetes_update" update_branch = "nix_update"
[[targets]] [[targets]]
name = "controller2" name = "controller2"
repo = "https://code.fizz.buzz/talexander/machine_setup.git" repo = "https://code.fizz.buzz/talexander/machine_setup.git"
branch = "kubernetes" branch = "nix"
path = "nix/kubernetes" path = "nix/kubernetes"
attr = "controller2.vm_iso" attr = "controller2.vm_iso"
[[targets]] [[targets]]
name = "controller2_update" name = "controller2_update"
repo = "https://code.fizz.buzz/talexander/machine_setup.git" repo = "https://code.fizz.buzz/talexander/machine_setup.git"
branch = "kubernetes" branch = "nix"
path = "nix/kubernetes" path = "nix/kubernetes"
attr = "controller2.vm_iso" attr = "controller2.vm_iso"
update = true update = true
update_branch = "kubernetes_update" update_branch = "nix_update"
[[targets]] [[targets]]
name = "worker0" name = "worker0"
repo = "https://code.fizz.buzz/talexander/machine_setup.git" repo = "https://code.fizz.buzz/talexander/machine_setup.git"
branch = "kubernetes" branch = "nix"
path = "nix/kubernetes" path = "nix/kubernetes"
attr = "worker0.vm_iso" attr = "worker0.vm_iso"
[[targets]] [[targets]]
name = "worker0_update" name = "worker0_update"
repo = "https://code.fizz.buzz/talexander/machine_setup.git" repo = "https://code.fizz.buzz/talexander/machine_setup.git"
branch = "kubernetes" branch = "nix"
path = "nix/kubernetes" path = "nix/kubernetes"
attr = "worker0.vm_iso" attr = "worker0.vm_iso"
update = true update = true
update_branch = "kubernetes_update" update_branch = "nix_update"
[[targets]] [[targets]]
name = "worker1" name = "worker1"
repo = "https://code.fizz.buzz/talexander/machine_setup.git" repo = "https://code.fizz.buzz/talexander/machine_setup.git"
branch = "kubernetes" branch = "nix"
path = "nix/kubernetes" path = "nix/kubernetes"
attr = "worker1.vm_iso" attr = "worker1.vm_iso"
[[targets]] [[targets]]
name = "worker1_update" name = "worker1_update"
repo = "https://code.fizz.buzz/talexander/machine_setup.git" repo = "https://code.fizz.buzz/talexander/machine_setup.git"
branch = "kubernetes" branch = "nix"
path = "nix/kubernetes" path = "nix/kubernetes"
attr = "worker1.vm_iso" attr = "worker1.vm_iso"
update = true update = true
update_branch = "kubernetes_update" update_branch = "nix_update"
[[targets]] [[targets]]
name = "worker2" name = "worker2"
repo = "https://code.fizz.buzz/talexander/machine_setup.git" repo = "https://code.fizz.buzz/talexander/machine_setup.git"
branch = "kubernetes" branch = "nix"
path = "nix/kubernetes" path = "nix/kubernetes"
attr = "worker2.vm_iso" attr = "worker2.vm_iso"
[[targets]] [[targets]]
name = "worker2_update" name = "worker2_update"
repo = "https://code.fizz.buzz/talexander/machine_setup.git" repo = "https://code.fizz.buzz/talexander/machine_setup.git"
branch = "kubernetes" branch = "nix"
path = "nix/kubernetes" path = "nix/kubernetes"
attr = "worker2.vm_iso" attr = "worker2.vm_iso"
update = true update = true
update_branch = "kubernetes_update" update_branch = "nix_update"
# TODO: Add steam deck # TODO: Add steam deck