feat: add netbird vpn
This commit is contained in:
5
hosts/common/optional/services/vpn.nix
Normal file
5
hosts/common/optional/services/vpn.nix
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{ pkgs, ...}: {
|
||||||
|
services.netbird.enable = true;
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [ netbird-ui ];
|
||||||
|
}
|
||||||
@@ -66,6 +66,7 @@
|
|||||||
"openssh"
|
"openssh"
|
||||||
"printing"
|
"printing"
|
||||||
"smart-card"
|
"smart-card"
|
||||||
|
"vpn"
|
||||||
])
|
])
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user