Skip to content

Commit

Permalink
fix: reorder kubeconfig env var entries
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksanderGondek committed Oct 29, 2024
1 parent 4b02e51 commit a2741a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfg/k8s-single-node/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ in {
networking.firewall.trustedInterfaces = ["flannel.1" "mynet"];

environment.variables = {
KUBECONFIG = "${clusterAdminKubeConfig}:$HOME/.kube/config";
KUBECONFIG = "$HOME/.kube/config:${clusterAdminKubeConfig}";
};

home-manager.users.agondek.home.sessionVariables =
Expand Down

0 comments on commit a2741a6

Please sign in to comment.