From 5dba39231cc47a18126dc7358255f540a5deb120 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 10 Mar 2023 18:58:08 -0800 Subject: home/gnome: no more keyring I used the keyring only to start the GPG agent and unlock the ssh keys. But since I'm storing the ssh keys on yubikeys and I don't use GPG, I can remove it. --- hosts/aptos/home.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'hosts/aptos') diff --git a/hosts/aptos/home.nix b/hosts/aptos/home.nix index 79a9912..05d4f5e 100644 --- a/hosts/aptos/home.nix +++ b/hosts/aptos/home.nix @@ -52,7 +52,6 @@ defaultKey = "23348B57F01D4234B5CFBA0923208AC01EB6EEA1"; }; pass.enable = true; - seahorse.enable = true; yubikey.enable = true; }; } -- cgit 1.4.1