feat(netbird): setup netbird client

This commit is contained in:
tux
2026-05-10 06:47:26 +05:30
parent 824e6f3d96
commit 813bf73ecb
7 changed files with 67 additions and 9 deletions

View File

@@ -40,7 +40,10 @@
};
};
networking.openssh.enable = true;
networking = {
openssh.enable = true;
netbird-client.enable = true;
};
virtualisation = {
docker.enable = true;
@@ -67,6 +70,11 @@
sopsFile = ./secrets.yaml;
owner = userName;
};
netbird-key = {
sopsFile = ./secrets.yaml;
owner = userName;
};
};
# --- Networking ---