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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: edef947871f2
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ff5ddd04f319
Choose a head ref
  • 4 commits
  • 2 files changed
  • 2 contributors

Commits on Jan 3, 2020

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    Ma27 Maximilian Bosch
    Copy the full SHA
    900aaa5 View commit details
  2. pam: remove cups service

    The cups module itself already defines this.
    Mic92 committed Jan 3, 2020
    Copy the full SHA
    2591fc7 View commit details
  3. pam: remove unused ftp service

    vsftpd is the only ftp server module and defines its own pam service.
    Mic92 committed Jan 3, 2020
    Copy the full SHA
    9458ec4 View commit details

Commits on Jan 9, 2020

  1. nixos/pam: cleanup services (#76885)

    nixos/pam: cleanup services
    Mic92 authored Jan 9, 2020
    Copy the full SHA
    ff5ddd0 View commit details
Showing with 1 addition and 3 deletions.
  1. +1 −0 nixos/modules/programs/screen.nix
  2. +0 −3 nixos/modules/security/pam.nix
1 change: 1 addition & 0 deletions nixos/modules/programs/screen.nix
Original file line number Diff line number Diff line change
@@ -27,6 +27,7 @@ in
environment.etc.screenrc.text = cfg.screenrc;

environment.systemPackages = [ pkgs.screen ];
security.pam.services.screen = {};
};

}
3 changes: 0 additions & 3 deletions nixos/modules/security/pam.nix
Original file line number Diff line number Diff line change
@@ -776,11 +776,8 @@ in
'';

# Most of these should be moved to specific modules.
cups = {};
ftp = {};
i3lock = {};
i3lock-color = {};
screen = {};
vlock = {};
xlock = {};
xscreensaver = {};