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.etc.screenrc.text = cfg.screenrc;
|
||||||
|
|
||||||
environment.systemPackages = [ pkgs.screen ];
|
environment.systemPackages = [ pkgs.screen ];
|
||||||
|
security.pam.services.screen = {};
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -781,7 +781,6 @@ in
|
||||||
ftp = {};
|
ftp = {};
|
||||||
i3lock = {};
|
i3lock = {};
|
||||||
i3lock-color = {};
|
i3lock-color = {};
|
||||||
screen = {};
|
|
||||||
vlock = {};
|
vlock = {};
|
||||||
xlock = {};
|
xlock = {};
|
||||||
xscreensaver = {};
|
xscreensaver = {};
|
||||||
|
|
Loading…
Reference in a new issue