diff --git a/options.xhtml b/options.xhtml index ed5d00ad8..50fddb75e 100644 --- a/options.xhtml +++ b/options.xhtml @@ -99168,6 +99168,108 @@ list of string

+
+ + services.protonmail-bridge.enable + + +
+
+

Whether to enable ProtonMail Bridge.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<home-manager/modules/services/protonmail-bridge.nix> + +
+
+
+ + services.protonmail-bridge.package + + +
+
+

The protonmail-bridge package to use.

+ +

Type: +package

+ +

Default: +pkgs.protonmail-bridge

+ +

Declared by:

+ + +
+ +<home-manager/modules/services/protonmail-bridge.nix> + +
+
+
+ + services.protonmail-bridge.extraPackages + + +
+
+

List of derivations to place in ProtonMail Bridge’s service path.

+ +

Type: +list of package

+ +

Default: +[ ]

+ +

Example: +with pkgs; [ pass gnome-keyring ]

+ +

Declared by:

+ + +
+ +<home-manager/modules/services/protonmail-bridge.nix> + +
+
+
+ + services.protonmail-bridge.logLevel + + +
+
+

Log level of the ProtonMail Bridge service.

If set to null, the service uses its default log level.

+ +

Type: +null or one of “panic”, “fatal”, “error”, “warn”, “info”, “debug”

+ +

Default: +null

+ +

Declared by:

+ + +
+ +<home-manager/modules/services/protonmail-bridge.nix> + +
+
services.psd.enable