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 ];
|
||||
}
|
||||
Reference in New Issue
Block a user