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