feat: wireguard meshnet in server
This commit is contained in:
parent
fc0035fb15
commit
43e206bd6d
13 changed files with 356 additions and 73 deletions
10
system/modules/kubernetes.nix
Normal file
10
system/modules/kubernetes.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
minikube
|
||||
kubectl
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue