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: 6ab5e2ade2b9^
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: cbe360fa3c6f
Choose a head ref
  • 6 commits
  • 15 files changed
  • 1 contributor

Commits on Feb 13, 2020

  1. firewall: support multicast

    peterhoeg committed Feb 13, 2020
    Copy the full SHA
    6ab5e2a View commit details
    Browse the repository at this point in the history
  2. tag with systemd

    peterhoeg committed Feb 13, 2020
    Copy the full SHA
    cc2b696 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    cac3cfb View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    54485e5 View commit details
    Browse the repository at this point in the history
  5. nixos/openvpn: user, forwarding and local state dir

    We change a few things here:
    
    a) Create the local openvpn user and group so that openvpn can drop privileges.
    This is not switched on by default.
    
    b) Define an option to enable IP forwarding which would have to be defined
    outside of the openvpn module.
    
    c) Create a local state and runtime directories for anything openvpn might create (replay
    persistence logs, current connections, etc).
    peterhoeg committed Feb 13, 2020
    Copy the full SHA
    db23d19 View commit details
    Browse the repository at this point in the history
  6. nixos/sensu: sensu module

    peterhoeg committed Feb 13, 2020
    Copy the full SHA
    cbe360f View commit details
    Browse the repository at this point in the history