add gnupg to my main rig, absolution, when i can be bothered this will be added on other systems too
This commit is contained in:
parent
f65ee00385
commit
24029ce1cd
1 changed files with 11 additions and 0 deletions
|
|
@ -17,6 +17,17 @@
|
|||
#services.udev.extraRules = builtins.readFile ./udev.rules;
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
security.pam.services.greetd.enableGnomeKeyring = true;
|
||||
security.pam.services.greetd.gnupg.enable = true;
|
||||
|
||||
security.pam.services.login = {
|
||||
enableGnomeKeyring = true;
|
||||
gnupg.enable = true;
|
||||
};
|
||||
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
|
||||
hardware.wooting.enable = true;
|
||||
hardware.openrazer.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue