mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-12-01 20:46:12 +01:00
03b54bd52b
Signed-off-by: magic_rb <magic_rb@redalder.org>
7 lines
102 B
Nix
7 lines
102 B
Nix
{...}: {
|
|
provider."kubernetes" = {
|
|
host = "https://localhost:6443";
|
|
insecure = true;
|
|
};
|
|
}
|