Merge pull request 'fix: get rif of gpg for good' (#62) from fixup-gpg into main
Reviewed-on: #62
This commit is contained in:
commit
f35055a5da
2 changed files with 0 additions and 8 deletions
|
@ -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
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
{pkgs, ...}: {
|
|
||||||
programs.gnupg.agent = {
|
|
||||||
enable = true;
|
|
||||||
enableSSHSupport = true;
|
|
||||||
pinentryPackage = pkgs.pinentry-gnome3;
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in a new issue