mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-09-20 00:59:04 +05:30
refactor(networking): update netbird client port
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
services.netbird.clients = {
|
services.netbird.clients = {
|
||||||
${hostName} = {
|
${hostName} = {
|
||||||
port = 51820;
|
port = 61820;
|
||||||
login = {
|
login = {
|
||||||
enable = true;
|
enable = true;
|
||||||
setupKeyFile = config.sops.secrets.netbird-key.path;
|
setupKeyFile = config.sops.secrets.netbird-key.path;
|
||||||
|
|||||||
Reference in New Issue
Block a user