fix: rke2 config

This commit is contained in:
2026-01-19 19:40:57 -05:00
parent 33abdb0cfc
commit 6a8501bbe9
4 changed files with 6 additions and 6 deletions

View File

@@ -75,7 +75,7 @@ in
# Kubernetes Secrets
sops.secrets = lib.mkIf osConfig.${namespace}.security.sops.enable {
rke2_kubeconfig = {
path = "${config.home.homeDirectory}/.kube/rke2";
path = "${config.home.homeDirectory}/.kube/lin-va-kube";
};
};
}

View File

@@ -73,7 +73,7 @@ in
# Kubernetes Secrets
sops.secrets = lib.mkIf osConfig.${namespace}.security.sops.enable {
rke2_kubeconfig = {
path = "${config.home.homeDirectory}/.kube/rke2";
path = "${config.home.homeDirectory}/.kube/lin-va-kube";
};
};
}