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
2 changed files with 1 additions and 3 deletions

View File

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

View File

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