Cleanup external references

This commit is contained in:
Greg Hellings
2025-09-11 21:39:53 -05:00
parent 52189eff57
commit 3b24d5ae26
3 changed files with 238 additions and 13 deletions
+2 -2
View File
@@ -129,8 +129,8 @@ in
manifests = {
cert-manager.source = cert-manager;
flux.source = flux;
node-annotations.content = ../../manifests/nodes.yaml;
operator-oauth.content = ../../manifests/external-secrets/operator-oauth.yaml;
node-annotations.source = ../../manifests/nodes.yaml;
operator-oauth.source = ../../manifests/secrets/operator-oauth.yaml;
};
role = if cfg.agentOnly then "agent" else "server";
serverAddr = lib.mkIf (config.networking.hostName != "isaiah") "https://isaiah.home:6443";