fix: prefer root SSH for deploy and trust micqdf in nix
All checks were successful
Terraform Plan / Terraform Plan (push) Successful in 18s

This commit is contained in:
2026-02-28 20:03:26 +00:00
parent 244887e9c2
commit 5c037d9a99
3 changed files with 4 additions and 2 deletions

View File

@@ -59,6 +59,8 @@ in
KbdInteractiveAuthentication = false;
};
nix.settings.trusted-users = [ "root" "micqdf" ];
environment.variables = {
KUBECONFIG = "/etc/kubernetes/admin.conf";
KUBE_VIP_IMAGE = kubeVipImage;