mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 07:01:54 +00:00
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 New Issue
Block a user