Move gnupg configuration

This commit is contained in:
Oliver Davies 2025-07-27 18:54:34 +01:00
parent d19c5e6bcd
commit 9dbf58c1b7
5 changed files with 23 additions and 24 deletions

View file

@ -3,7 +3,6 @@
./avahi.nix
./dwm
./gitea-actions-runner.nix
./gnupg.nix
./nixpad
./podman.nix
];

View file

@ -1,14 +0,0 @@
{ pkgs, ... }:
{
security.pam.services.login.gnupg.enable = true;
programs = {
gnupg.agent = {
enable = true;
enableSSHSupport = true;
pinentryPackage = pkgs.pinentry-qt;
};
};
}