fix: get rif of gpg for good

This commit is contained in:
buffet 2024-07-15 21:58:01 +02:00
parent 3b7bffa856
commit 781912b710
No known key found for this signature in database
2 changed files with 0 additions and 8 deletions

View file

@ -17,7 +17,6 @@
./borg.nix ./borg.nix
./gdm.nix ./gdm.nix
./gpg.nix
./pipewire.nix ./pipewire.nix
./printer.nix ./printer.nix
./sway.nix ./sway.nix

View file

@ -1,7 +0,0 @@
{pkgs, ...}: {
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
pinentryPackage = pkgs.pinentry-gnome3;
};
}