diff options
author | Franck Cuny <franck@fcuny.net> | 2023-02-12 08:13:30 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-02-20 13:29:47 -0800 |
commit | 5bf62955137d699cdeab369391be296d3d12cf70 (patch) | |
tree | 0ef16f945e1e8c490a95c02095bf122c1c2e442f /hosts/aptos | |
parent | fix(home/firefox): move plugins to the profile (diff) | |
download | world-5bf62955137d699cdeab369391be296d3d12cf70.tar.gz |
feat(home/age): install tooling related to age and yubikeys
Diffstat (limited to 'hosts/aptos')
-rw-r--r-- | hosts/aptos/home.nix | 2 |
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; }; } |