feat: add netbird vpn

This commit is contained in:
2025-12-04 16:10:07 +05:00
parent 99693f7e69
commit 0aabbf26c6
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{ pkgs, ...}: {
services.netbird.enable = true;
environment.systemPackages = with pkgs; [ netbird-ui ];
}