nixos/netbird: correct document (#451513)

This commit is contained in:
Weijia Wang 2025-10-24 21:32:20 +00:00 committed by GitHub
commit a029060ce2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -92,7 +92,6 @@ in
services.netbird.clients.default = {
port = 51820;
name = "netbird";
systemd.name = "netbird";
interface = "wt0";
hardened = false;
};