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: 522359d3c082^
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 5ca959d41474
Choose a head ref
  • 12 commits
  • 17 files changed
  • 2 contributors

Commits on Jan 22, 2020

  1. firewall: support multicast

    peterhoeg committed Jan 22, 2020
    Copy the full SHA
    522359d View commit details
    Browse the repository at this point in the history
  2. tag with systemd

    peterhoeg committed Jan 22, 2020
    Copy the full SHA
    fc2db16 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    277872a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    cec6490 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 Jan 22, 2020
    Copy the full SHA
    8686271 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    85765b3 View commit details
    Browse the repository at this point in the history
  7. smartd: support drive timeouts

    Peter Hoeg authored and peterhoeg committed Jan 22, 2020
    Copy the full SHA
    87e1f54 View commit details
    Browse the repository at this point in the history
  8. firewalld: init at 0.4.4.4

    Includes systemd module.
    Peter Hoeg authored and peterhoeg committed Jan 22, 2020
    Copy the full SHA
    b1b82f5 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    8a2522d View commit details
    Browse the repository at this point in the history
  10. maestral: 0.4.2 -> 0.5.0

    peterhoeg committed Jan 22, 2020
    Copy the full SHA
    ddf04da View commit details
    Browse the repository at this point in the history
  11. pam_mount: do not re-prompt for password

    nixos-rebuild test causes pam_mount to prompt for a password when running with
    an encrypted home:
    
    building '/nix/store/p6bflh7n5zy2dql8l45mix9qnzq65hbk-nixos-system-mildred-18.09.git.98592c5da79M.drv'...
    activating the configuration...
    setting up /etc...
    reenter password for pam_mount:
    (mount.c:68): Messages from underlying mount program:
    (mount.c:72): crypt_activate_by_passphrase: File exists
    (pam_mount.c:522): mount of /dev/mapper/vg0-lv_home_peter failed
    kbuildsycoca5 running...
    
    This change makes pam_mount not prompt. It still tries to remount (and fails in
    the process) but that message can be ignored.
    
    Fixes: #44586
    peterhoeg committed Jan 22, 2020
    Copy the full SHA
    31c977e View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    5ca959d View commit details
    Browse the repository at this point in the history