Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nixos/unifi: Update TCP ports #55416

Merged
merged 1 commit into from Feb 7, 2019
Merged

nixos/unifi: Update TCP ports #55416

merged 1 commit into from Feb 7, 2019

Conversation

lilyball
Copy link
Member

@lilyball lilyball commented Feb 7, 2019

Motivation for this change

Fixes #55377

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Assured whether relevant documentation is up to date
  • Fits CONTRIBUTING.md.

I didn't actually build this, because my NixOS machine right now is not in a state where I can safely do that and I don't have the time right now to set up a virtual machine for testing, but the change is very small.


@@ -121,11 +121,12 @@ in
};

networking.firewall = mkIf cfg.openPorts {
# https://help.ubnt.com/hc/en-us/articles/204910084-UniFi-Change-Default-Ports-for-Controller-and-UAPs
# https://help.ubnt.com/hc/en-us/articles/218506997
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This new article link actually documents the ports used, the old one was the documentation for how to change the default ports.

@erictapen
Copy link
Member

Thanks, @lilyball. I have no merge/review rights, but this LGTM.

@infinisil infinisil merged commit 87506ee into NixOS:master Feb 7, 2019
@infinisil
Copy link
Member

Thanks!

@lilyball lilyball deleted the unifi_ports branch February 7, 2019 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants