forked from mirrors/nixpkgs
screen: move pam service to module
This commit is contained in:
parent
0fb7ae83ad
commit
900aaa5a98
|
@ -27,6 +27,7 @@ in
|
|||
environment.etc.screenrc.text = cfg.screenrc;
|
||||
|
||||
environment.systemPackages = [ pkgs.screen ];
|
||||
security.pam.services.screen = {};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
@ -781,7 +781,6 @@ in
|
|||
ftp = {};
|
||||
i3lock = {};
|
||||
i3lock-color = {};
|
||||
screen = {};
|
||||
vlock = {};
|
||||
xlock = {};
|
||||
xscreensaver = {};
|
||||
|
|
Loading…
Reference in a new issue