make dns multi-location aware

This commit is contained in:
Vivian 2022-07-30 23:17:06 +02:00
parent da4217c681
commit 49432e0650
2 changed files with 14 additions and 12 deletions

View file

@ -95,6 +95,7 @@
# This only support bash so just execute zsh in bash as a workaround :/
shellHook = "zsh; exit $?";
buildInputs = with pkgs; [
colmena.packages.x86_64-linux.colmena
fluxcd
k9s
kubectl
@ -103,8 +104,8 @@
nixfmt
nixUnstable
vault
(vault-push-approle-envs self)
(vault-push-approle-approles self)
# (vault-push-approle-envs self)
# (vault-push-approle-approles self)
];
};
};