Moved gpg config, added programs.gpg

This commit is contained in:
Martin Berg Alstad 2025-04-15 23:15:32 +02:00
parent 4df44fa4de
commit a47b9bb118
Signed by: martials
GPG Key ID: 706F53DD087A91DE
3 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
programs.gpg.enable = true;
services.gpg-agent = { services.gpg-agent = {
enable = true; enable = true;
enableFishIntegration = true; enableFishIntegration = true;

View File

@ -2,4 +2,6 @@
imports = [ imports = [
./yubikey.nix ./yubikey.nix
]; ];
programs.gnupg.agent.enable = true;
} }

View File

@ -7,8 +7,6 @@
yubioath-flutter # GUI yubioath-flutter # GUI
]; ];
programs.gnupg.agent.enable = true;
security = { security = {
pam = { pam = {
services = { services = {