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: 98bad6a71ce7^
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: c30bbe19c0d7
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
    98bad6a 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
    a1e1d12 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e234dc4 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    031b413 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
    4f1db0f 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
    c30bbe1 View commit details
    Browse the repository at this point in the history