about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/aptos/home.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/hosts/aptos/home.nix b/hosts/aptos/home.nix
index 61ceeb9..7df0537 100644
--- a/hosts/aptos/home.nix
+++ b/hosts/aptos/home.nix
@@ -4,13 +4,4 @@
     "${self}/home/profiles/workstation.nix"
     "${self}/home/profiles/sway.nix"
   ];
-
-  my.home = {
-    mail.enable = true;
-    gpg = {
-      enable = true;
-      pinentry = "gnome3";
-      defaultKey = "23348B57F01D4234B5CFBA0923208AC01EB6EEA1";
-    };
-  };
 }