mirror of
https://github.com/nix-community/home-manager
synced 2024-11-30 15:09:46 +01:00
gnome-keyring: add gpg to valid components
This commit is contained in:
parent
93e804e7f8
commit
33e12c94c8
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ in {
|
||||||
enable = mkEnableOption "GNOME Keyring";
|
enable = mkEnableOption "GNOME Keyring";
|
||||||
|
|
||||||
components = mkOption {
|
components = mkOption {
|
||||||
type = types.listOf (types.enum [ "pkcs11" "secrets" "ssh" ]);
|
type = types.listOf (types.enum [ "pkcs11" "secrets" "ssh" "gpg" ]);
|
||||||
default = [ ];
|
default = [ ];
|
||||||
description = ''
|
description = ''
|
||||||
The GNOME keyring components to start. If empty then the
|
The GNOME keyring components to start. If empty then the
|
||||||
|
|
Loading…
Reference in a new issue