Test GNUPG

This commit is contained in:
iFargle 2023-08-27 20:51:24 +09:00
parent bded541a30
commit 21f936af7b
3 changed files with 9 additions and 3 deletions

View file

@ -0,0 +1,8 @@
{pkgs, cfg, ... }: {
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
enableBrowserSocket = true;
pinEntryFlavor = "emacs";
};
}

View file

@ -49,7 +49,4 @@
-- --
''; '';
}; };
# Enable GPG Agent support:
programs.gnupg.agent.enableSSHSupport = true;
} }

View file

@ -7,6 +7,7 @@
./common/services/telegraf.nix ./common/services/telegraf.nix
./common/services/tailscale.nix ./common/services/tailscale.nix
./common/services/fwupd.nix ./common/services/fwupd.nix
./common/services/gnupg-agent.nix
# NixOS Modules # NixOS Modules
./common/modules/fonts.nix # Font Configs ./common/modules/fonts.nix # Font Configs