dotfiles/terranix/prepare/providers.nix

7 lines
102 B
Nix
Raw Normal View History

{...}: {
provider."kubernetes" = {
host = "https://localhost:6443";
insecure = true;
};
}