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