mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Updated system with fixes
This commit is contained in:
parent
67f465eaf7
commit
bbb51e0286
9 changed files with 83 additions and 49 deletions
|
@ -9,12 +9,12 @@
|
|||
|
||||
# Security
|
||||
security = {
|
||||
# pam.services.swaylock = {
|
||||
# text = ''
|
||||
# auth include login
|
||||
# '';
|
||||
# };
|
||||
pam.services.gtklock = {};
|
||||
pam.services.swaylock = {
|
||||
text = ''
|
||||
auth include login
|
||||
'';
|
||||
};
|
||||
# pam.services.gtklock = {};
|
||||
pam.services.login.enableGnomeKeyring = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue