conf conf
This commit is contained in:
parent
534652294a
commit
b3857cb01f
7 changed files with 76 additions and 4 deletions
|
|
@ -19,7 +19,14 @@
|
|||
enable = true;
|
||||
}; # end light
|
||||
}; # end programs
|
||||
security.polkit.enable = true;
|
||||
security = {
|
||||
polkit.enable = true;
|
||||
pam.services = {
|
||||
greetd.enableGnomeKeyring = true;
|
||||
greetd-password.enableGnomeKeyring = true;
|
||||
login.enableGnomeKeyring = true;
|
||||
}; # end pam.services
|
||||
}; # end security
|
||||
services = {
|
||||
greetd = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue