about summary refs log tree commit diff
path: root/hosts/aptos/home.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/aptos/home.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/aptos/home.nix b/hosts/aptos/home.nix
index 5bc02db..cccf871 100644
--- a/hosts/aptos/home.nix
+++ b/hosts/aptos/home.nix
@@ -46,6 +46,7 @@
     yt-dlp.enable = true;
 
     # security
+    age.enable = true;
     gpg = {
       enable = true;
       pinentry = "gnome3";
@@ -53,5 +54,6 @@
     };
     pass.enable = true;
     seahorse.enable = true;
+    yubikey.enable = true;
   };
 }