feat(tailscale): Install k8s operator
This commit is contained in:
parent
8fc6961362
commit
cb6b883f6e
7 changed files with 66 additions and 89 deletions
|
@ -176,6 +176,11 @@
|
|||
module = "${self}/kubenix-modules/minecraft.nix";
|
||||
namespace = "minecraft";
|
||||
};
|
||||
|
||||
tailscale = {
|
||||
module = "${self}/kubenix-modules/tailscale.nix";
|
||||
namespace = "tailscale";
|
||||
};
|
||||
};
|
||||
in
|
||||
{
|
||||
|
|
Reference in a new issue