about summary refs log tree commit diff
path: root/modules/services
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-03-10 18:58:08 -0800
committerFranck Cuny <franck@fcuny.net>2023-03-10 18:58:08 -0800
commit5dba39231cc47a18126dc7358255f540a5deb120 (patch)
tree0dc7db2fe22aee301a68aad55c0c1336867e2174 /modules/services
parenthome/pass: configure passage properly (diff)
downloadworld-5dba39231cc47a18126dc7358255f540a5deb120.tar.gz
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.
Diffstat (limited to '')
-rw-r--r--modules/services/gnome/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/services/gnome/default.nix b/modules/services/gnome/default.nix
index 392496a..46619eb 100644
--- a/modules/services/gnome/default.nix
+++ b/modules/services/gnome/default.nix
@@ -8,7 +8,7 @@ in
     services = {
       dbus = {
         enable = true;
-        packages = with pkgs; [ gcr dconf gnome3.gnome-keyring ];
+        packages = with pkgs; [ gcr dconf ];
       };
 
       udev.packages = with pkgs; [ gnome3.gnome-settings-daemon ];