diff --git a/hosts/gwiad/configuration.nix b/hosts/gwiad/configuration.nix index 87f5cf9..f882b1b 100644 --- a/hosts/gwiad/configuration.nix +++ b/hosts/gwiad/configuration.nix @@ -154,11 +154,7 @@ # Some programs need SUID wrappers, can be configured further or are # started in user sessions. # programs.mtr.enable = true; - programs.gnupg.agent = { - enable = true; - enableSSHSupport = true; - }; - services.gnome.gnome-keyring.enable = lib.mkForce false; + programs.gnupg.agent.enable = true; system.stateVersion = "24.05";