From 33e12c94c8903d749cab7a7b91ae557a5a6992cf Mon Sep 17 00:00:00 2001 From: aleksana Date: Thu, 18 Jan 2024 17:36:36 +0800 Subject: [PATCH] gnome-keyring: add gpg to valid components --- modules/services/gnome-keyring.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/gnome-keyring.nix b/modules/services/gnome-keyring.nix index 460e4abd1..11f3107c0 100644 --- a/modules/services/gnome-keyring.nix +++ b/modules/services/gnome-keyring.nix @@ -14,7 +14,7 @@ in { enable = mkEnableOption "GNOME Keyring"; components = mkOption { - type = types.listOf (types.enum [ "pkcs11" "secrets" "ssh" ]); + type = types.listOf (types.enum [ "pkcs11" "secrets" "ssh" "gpg" ]); default = [ ]; description = '' The GNOME keyring components to start. If empty then the