Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: b39c42d5d0d2
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 2b8cba2ff5af
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 27, 2017

  1. znc: fix openFirewall option

    The current version is broken:
    - there's no `openFirewall` attribute directly in the `cfg` set
    - the `port` option is an attribute of the `confOptions` set
    
    I used the proper attribute for the firewall port and moved the `openFirewall`
    option directly up to the `services.znc` set, as it's rather a general option
    for the whole service than a znc-specific option (which are located inside the
    `confOptions` set).
    mbrgm committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    dd50575 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #29874 from mbrgm/znc-fix

    znc: fix openFirewall option
    Mic92 committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    2b8cba2 View commit details
    Browse the repository at this point in the history