From 8ed3dfc9ebc52a50c3e6d4623204847822944422 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 12 Feb 2022 13:47:59 -0800 Subject: move configurations and modules around Sorry, this is a mess, hopefully the last one. --- users/fcuny/desktop/trust/pgp.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 users/fcuny/desktop/trust/pgp.nix (limited to 'users/fcuny/desktop/trust/pgp.nix') diff --git a/users/fcuny/desktop/trust/pgp.nix b/users/fcuny/desktop/trust/pgp.nix new file mode 100644 index 0000000..0d59837 --- /dev/null +++ b/users/fcuny/desktop/trust/pgp.nix @@ -0,0 +1,14 @@ +{ config, lib, pkgs, ... }: + +{ + services.gpg-agent = { + enable = true; + enableSshSupport = true; + pinentryFlavor = "gnome3"; + }; + + programs.gpg = { + enable = true; + }; +} + -- cgit v1.2.3