nixos/pam: cleanup services (#76885)

nixos/pam: cleanup services
This commit is contained in:
Jörg Thalheim 2020-01-09 10:09:13 +00:00 committed by GitHub
commit ff5ddd04f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -27,6 +27,7 @@ in
environment.etc.screenrc.text = cfg.screenrc; environment.etc.screenrc.text = cfg.screenrc;
environment.systemPackages = [ pkgs.screen ]; environment.systemPackages = [ pkgs.screen ];
security.pam.services.screen = {};
}; };
} }

View File

@ -776,11 +776,8 @@ in
''; '';
# Most of these should be moved to specific modules. # Most of these should be moved to specific modules.
cups = {};
ftp = {};
i3lock = {}; i3lock = {};
i3lock-color = {}; i3lock-color = {};
screen = {};
vlock = {}; vlock = {};
xlock = {}; xlock = {};
xscreensaver = {}; xscreensaver = {};