Loading nixos/modules/services/networking/netbird/server.nix +1 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ in } // (optionalAttrs cfg.coturn.enable rec { turnDomain = cfg.domain; turnPort = config.services.coturn.tls-listening-port; turnPort = config.services.coturn.listening-port; # We cannot merge a list of attrsets so we have to redefine the whole list settings = { TURNConfig.Turns = mkDefault [ Loading Loading
nixos/modules/services/networking/netbird/server.nix +1 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ in } // (optionalAttrs cfg.coturn.enable rec { turnDomain = cfg.domain; turnPort = config.services.coturn.tls-listening-port; turnPort = config.services.coturn.listening-port; # We cannot merge a list of attrsets so we have to redefine the whole list settings = { TURNConfig.Turns = mkDefault [ Loading