diff --git a/options.xhtml b/options.xhtml index 061a919c2..ee6916c3f 100644 --- a/options.xhtml +++ b/options.xhtml @@ -52915,6 +52915,84 @@ null or string

+
+ + services.arrpc.enable + + +
+
+

Whether to enable arrpc.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

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

The arrpc package to use.

+ +

Type: +package

+ +

Default: +pkgs.arrpc

+ +

Declared by:

+ + +
+ +<home-manager/modules/services/arrpc.nix> + +
+
+
+ + services.arrpc.systemdTarget + + +
+
+

Systemd target to bind to.

+ +

Type: +string

+ +

Default: +"graphical-session.target"

+ +

Example: +"sway-session.target"

+ +

Declared by:

+ + +
+ +<home-manager/modules/services/arrpc.nix> + +
+
services.autorandr.enable