[nix] Properly set the kube config location

This commit is contained in:
Alyxia Sother 2023-09-25 13:47:34 +02:00
parent 7324577108
commit c00c5909c5
No known key found for this signature in database
GPG Key ID: 01E16C4E775A37E4
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
export PATH="$PATH:$HOME/.npm-packages/bin"
export FRENYARD_SCALE=2.40
export RETHINK_API="https://rethink.alyxia.dev"
export KUBECONFIG="$HOME/.kube/config.yaml"
function violent-update() {
# <https://github.com/adryd325/dotfiles/blob/c52d10f0cb4b54ee46e2ac5b01b8be9f8d57973d/install.sh#L17>