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:
alyx 2025-06-29 11:56:36 +01:00
parent f65ee00385
commit 24029ce1cd
No known key found for this signature in database

View file

@ -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;