From 5bf62955137d699cdeab369391be296d3d12cf70 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 12 Feb 2023 08:13:30 -0800 Subject: feat(home/age): install tooling related to age and yubikeys --- hosts/aptos/home.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hosts/aptos') 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; }; } -- cgit 1.4.1