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: da456aff25b1
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 6b87772ca4a0
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Aug 30, 2019

  1. nixos/mailman: don't reserve a static uid in the system

    Any system uid will do, so we let the system allocate
    one for us. The 'mailman' group is gone entirely since
    we don't need it. Users who wish to run the 'mailman'
    administration utility can do so via 'sudo':
    
        $ sudo -u mailman mailman info
    
    Also, simplify the syntax of our user.users entry to
    rely on an attribute set rather than a list.
    peti committed Aug 30, 2019
    Copy the full SHA
    6b87772 View commit details
    Browse the repository at this point in the history