add dns to helm config

This commit is contained in:
Anish Lakhwara
2022-12-10 22:09:05 +10:00
parent e7bfe88dcf
commit 0313c9365a
6 changed files with 128 additions and 1 deletions
+1 -1
View File
@@ -5,6 +5,6 @@
default = pkgs.mkShell {
# Enable experimental features without having to specify the argument
NIX_CONFIG = "experimental-features = nix-command flakes";
nativeBuildInputs = with pkgs; [ nix home-manager git agenix deploy-rs ];
nativeBuildInputs = with pkgs; [ nix home-manager git agenix deploy-rs dnscontrol ];
};
}