about summary refs log tree commit diff
path: root/users/fcuny/desktop/trust/pgp.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/fcuny/desktop/trust/pgp.nix')
-rw-r--r--users/fcuny/desktop/trust/pgp.nix17
1 files changed, 0 insertions, 17 deletions
diff --git a/users/fcuny/desktop/trust/pgp.nix b/users/fcuny/desktop/trust/pgp.nix
deleted file mode 100644
index 79ed7dd..0000000
--- a/users/fcuny/desktop/trust/pgp.nix
+++ /dev/null
@@ -1,17 +0,0 @@
-{ config, lib, pkgs, ... }:
-
-{
-  services.gpg-agent = {
-    enable = true;
-    enableSshSupport = true;
-    pinentryFlavor = "gnome3";
-  };
-
-  programs.gpg = {
-    enable = true;
-    settings = {
-      default-key = "23348B57F01D4234B5CFBA0923208AC01EB6EEA1";
-    };
-  };
-}
-