Move some auto-deploy options around

This commit is contained in:
Greg Hellings
2025-09-11 23:57:10 -05:00
parent 9b4132610d
commit c891c5f514
5 changed files with 3 additions and 4 deletions
+2 -2
View File
@@ -123,8 +123,8 @@ in
manifests = {
cert-manager.source = cert-manager;
flux.source = flux;
node-annotations.source = ../../manifests/nodes.yaml;
operator-oauth.source = ../../manifests/secrets/operator-oauth.yaml;
node-annotations.source = ../../manifests/auto/nodes.yaml;
operator-oauth.source = ../../manifests/auto/operator-oauth.yaml;
};
role = if cfg.agentOnly then "agent" else "server";
serverAddr = lib.mkIf (config.networking.hostName != "isaiah") "https://isaiah.home:6443";