services.netbird.enable

NixOS option

Enables backward-compatible NetBird client service. This is strictly equivalent to: services.netbird.clients.default = { port = 51820; name = "netbird"; interface = "wt0"; hardened = false; };

type: boolean
Default
false
declared in: nixos/modules/services/networking/netbird.nixView source on NixOS/nixpkgs →