unlock keyring on boot
This commit is contained in:
parent
e383fc2fad
commit
f26647d6b7
2 changed files with 2 additions and 4 deletions
|
|
@ -36,8 +36,5 @@ in
|
|||
pinentry.package = pkgs.pinentry-gtk2;
|
||||
};
|
||||
};
|
||||
services.gnome.gnome-keyring = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ in
|
|||
{
|
||||
options.hd.desktop.security.enable = mkEnableOption "Security";
|
||||
config = mkIf cfg.enable {
|
||||
security = { };
|
||||
security.pam.services.login.enableGnomeKeyring = true;
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue