mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-12-11 17:31:58 +01:00
7 lines
102 B
Nix
7 lines
102 B
Nix
|
{...}: {
|
||
|
provider."kubernetes" = {
|
||
|
host = "https://localhost:6443";
|
||
|
insecure = true;
|
||
|
};
|
||
|
}
|