mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-07-16 22:21:55 +08:00
feat: auto-unlock gnome-keyring on boot
This commit is contained in:
parent
fee23e5adb
commit
9656e988d9
1 changed files with 5 additions and 1 deletions
|
|
@ -7,7 +7,6 @@
|
||||||
{
|
{
|
||||||
security = {
|
security = {
|
||||||
rtkit.enable = true;
|
rtkit.enable = true;
|
||||||
pam.services.swaylock = { };
|
|
||||||
auditd.enable = true;
|
auditd.enable = true;
|
||||||
audit = {
|
audit = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
@ -15,6 +14,11 @@
|
||||||
"-a exit,always -F arch=b64 -S execve"
|
"-a exit,always -F arch=b64 -S execve"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
pam.services = {
|
||||||
|
swaylock = { };
|
||||||
|
login.enableGnomeKeyring = true;
|
||||||
|
ly.enableGnomeKeyring = true;
|
||||||
|
};
|
||||||
|
|
||||||
sudo = {
|
sudo = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue