diff --git a/base/absolution/configuration.nix b/base/absolution/configuration.nix index 8be5401..ec68da5 100644 --- a/base/absolution/configuration.nix +++ b/base/absolution/configuration.nix @@ -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;