Remove omniconfig

This commit is contained in:
Joseph Hanson 2024-07-14 11:59:51 -05:00
parent 5e956b8750
commit 9b66cf7482
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

1
.envrc
View file

@ -2,5 +2,4 @@
export KUBECONFIG="$(expand_path ./kubeconfig)" export KUBECONFIG="$(expand_path ./kubeconfig)"
export SOPS_AGE_KEY_FILE="$(expand_path ./age.key)" export SOPS_AGE_KEY_FILE="$(expand_path ./age.key)"
export TALOSCONFIG="$(expand_path ./kubernetes/bootstrap/talos/clusterconfig/talosconfig)" export TALOSCONFIG="$(expand_path ./kubernetes/bootstrap/talos/clusterconfig/talosconfig)"
export OMNICONFIG="$(expand_path ./omniconfig.yaml)"
use nix use nix