From f6e11bde7706e7d958e78243349213abdc97a600 Mon Sep 17 00:00:00 2001 From: rycee Date: Mon, 5 Feb 2024 22:38:15 +0000 Subject: [PATCH] deploy: 7b4ea8d82fdeaa71ab942a8a8f6f8add8afdfad0 --- options.xhtml | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) 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