From f8cea71fd8a1596d3d36783296f0979bf929e9d8 Mon Sep 17 00:00:00 2001 From: rycee Date: Wed, 17 Sep 2025 14:49:26 +0000 Subject: [PATCH] deploy: 9f408dc51c8e8216a94379e6356bdadbe8b4fef9 --- options.xhtml | 605 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 597 insertions(+), 8 deletions(-) diff --git a/options.xhtml b/options.xhtml index d3bf4e94d..770ce9536 100644 --- a/options.xhtml +++ b/options.xhtml @@ -110816,7 +110816,7 @@ by systemd. More details can be found in systemd.automount(5).

Type: -systemd automount unit configuration

+attribute set of (systemd automount unit configuration)

Default: { }

@@ -110836,6 +110836,62 @@ systemd automount unit configuration

+

Declared by:

+ + +
+ +<home-manager/modules/systemd.nix> + +
+ +
+ + systemd.user.automounts.<name>.Unit.Description + + +
+
+

A short human-readable label of the unit.

+ +

Type: +null or string

+ +

Default: +null

+ +

Example: +"My daily database backup"

+ +

Declared by:

+ + +
+ +<home-manager/modules/systemd.nix> + +
+
+
+ + systemd.user.automounts.<name>.Unit.Documentation + + +
+
+

List of URIs referencing documentation for the unit.

+ +

Type: +(list of string) or string convertible to it

+ +

Default: +[ ]

+ +

Example:

[
+  "my-automount.automount"
+]
+
+

Declared by:

@@ -110858,7 +110914,7 @@ by systemd. More details can be found in systemd.mount(5).

Type: -systemd mount unit configuration

+attribute set of (systemd mount unit configuration)

Default: { }

@@ -110878,6 +110934,62 @@ systemd mount unit configuration

+

Declared by:

+ + +
+ +<home-manager/modules/systemd.nix> + +
+ +
+ + systemd.user.mounts.<name>.Unit.Description + + +
+
+

A short human-readable label of the unit.

+ +

Type: +null or string

+ +

Default: +null

+ +

Example: +"My daily database backup"

+ +

Declared by:

+ + +
+ +<home-manager/modules/systemd.nix> + +
+
+
+ + systemd.user.mounts.<name>.Unit.Documentation + + +
+
+

List of URIs referencing documentation for the unit.

+ +

Type: +(list of string) or string convertible to it

+ +

Default: +[ ]

+ +

Example:

[
+  "my-mount.mount"
+]
+
+

Declared by:

@@ -110900,7 +111012,7 @@ by systemd. More details can be found in systemd.path(5).

Type: -systemd path unit configuration

+attribute set of (systemd path unit configuration)

Default: { }

@@ -110920,6 +111032,62 @@ systemd path unit configuration

+

Declared by:

+ + +
+ +<home-manager/modules/systemd.nix> + +
+ +
+ + systemd.user.paths.<name>.Unit.Description + + +
+
+

A short human-readable label of the unit.

+ +

Type: +null or string

+ +

Default: +null

+ +

Example: +"My daily database backup"

+ +

Declared by:

+ + +
+ +<home-manager/modules/systemd.nix> + +
+
+
+ + systemd.user.paths.<name>.Unit.Documentation + + +
+
+

List of URIs referencing documentation for the unit.

+ +

Type: +(list of string) or string convertible to it

+ +

Default: +[ ]

+ +

Example:

[
+  "my-path.path"
+]
+
+

Declared by:

@@ -110942,7 +111110,7 @@ by systemd. More details can be found in systemd.service(5).

Type: -systemd service unit configuration

+attribute set of (systemd service unit configuration)

Default: { }

@@ -110962,6 +111130,203 @@ systemd service unit configuration

+

Declared by:

+ + +
+ +<home-manager/modules/systemd.nix> + +
+ +
+ + systemd.user.services.<name>.Service.Environment + + +
+
+

Environment variables available to executed processes.

+ +

Type: +(list of string) or string convertible to it

+ +

Default: +[ ]

+ +

Example:

[
+  "VAR1=foo"
+  "VAR2=\"bar baz\""
+]
+
+ +

Declared by:

+ + +
+ +<home-manager/modules/systemd.nix> + +
+
+
+ + systemd.user.services.<name>.Service.ExecStart + + +
+
+

Command that is executed when this service is started.

+ +

Type: +package or string or list of (package or string)

+ +

Default: +[ ]

+ +

Example: +"/absolute/path/to/command arg1 arg2"

+ +

Declared by:

+ + +
+ +<home-manager/modules/systemd.nix> + +
+
+
+ + systemd.user.services.<name>.Unit.Description + + +
+
+

A short human-readable label of the unit.

+ +

Type: +null or string

+ +

Default: +null

+ +

Example: +"My daily database backup"

+ +

Declared by:

+ + +
+ +<home-manager/modules/systemd.nix> + +
+
+
+ + systemd.user.services.<name>.Unit.Documentation + + +
+
+

List of URIs referencing documentation for the unit.

+ +

Type: +(list of string) or string convertible to it

+ +

Default: +[ ]

+ +

Example:

[
+  "my-service.service"
+]
+
+ +

Declared by:

+ + +
+ +<home-manager/modules/systemd.nix> + +
+
+
+ + systemd.user.services.<name>.Unit.X-Reload-Triggers + + +
+
+

List of free form strings that can be used to trigger a service +reload during Home Manager activation.

+ +

Type: +list of (package or string)

+ +

Default: +[ ]

+ +

Example: +[ config.xdg.configFile."service.conf".source ]

+ +

Declared by:

+ + +
+ +<home-manager/modules/systemd.nix> + +
+
+
+ + systemd.user.services.<name>.Unit.X-Restart-Triggers + + +
+
+

List of free form strings that can be used to trigger a service +restart during Home Manager activation.

+ +

Type: +list of (package or string)

+ +

Default: +[ ]

+ +

Example: +[ config.xdg.configFile."service.conf".source ]

+ +

Declared by:

+ + +
+ +<home-manager/modules/systemd.nix> + +
+
+
+ + systemd.user.services.<name>.Unit.X-SwitchMethod + + +
+
+

The preferred method to use when switching from an old to a new +version of this service.

+ +

Type: +one of <null>, “reload”, “restart”, “stop-start”, “keep-old”

+ +

Default: +null

+ +

Example: +[ "${config.xdg.configFile."service.conf".source}" ]

+

Declared by:

@@ -111131,7 +111496,7 @@ by systemd. More details can be found in systemd.slice(5).

Type: -systemd slice unit configuration

+attribute set of (systemd slice unit configuration)

Default: { }

@@ -111151,6 +111516,62 @@ systemd slice unit configuration

+

Declared by:

+ + +
+ +<home-manager/modules/systemd.nix> + +
+ +
+ + systemd.user.slices.<name>.Unit.Description + + +
+
+

A short human-readable label of the unit.

+ +

Type: +null or string

+ +

Default: +null

+ +

Example: +"My daily database backup"

+ +

Declared by:

+ + +
+ +<home-manager/modules/systemd.nix> + +
+
+
+ + systemd.user.slices.<name>.Unit.Documentation + + +
+
+

List of URIs referencing documentation for the unit.

+ +

Type: +(list of string) or string convertible to it

+ +

Default: +[ ]

+ +

Example:

[
+  "my-slice.slice"
+]
+
+

Declared by:

@@ -111173,7 +111594,7 @@ by systemd. More details can be found in systemd.socket(5).

Type: -systemd socket unit configuration

+attribute set of (systemd socket unit configuration)

Default: { }

@@ -111193,6 +111614,62 @@ systemd socket unit configuration

+

Declared by:

+ + +
+ +<home-manager/modules/systemd.nix> + +
+ +
+ + systemd.user.sockets.<name>.Unit.Description + + +
+
+

A short human-readable label of the unit.

+ +

Type: +null or string

+ +

Default: +null

+ +

Example: +"My daily database backup"

+ +

Declared by:

+ + +
+ +<home-manager/modules/systemd.nix> + +
+
+
+ + systemd.user.sockets.<name>.Unit.Documentation + + +
+
+

List of URIs referencing documentation for the unit.

+ +

Type: +(list of string) or string convertible to it

+ +

Default: +[ ]

+ +

Example:

[
+  "my-socket.socket"
+]
+
+

Declared by:

@@ -111270,7 +111747,7 @@ by systemd. More details can be found in systemd.target(5).

Type: -systemd target unit configuration

+attribute set of (systemd target unit configuration)

Default: { }

@@ -111290,6 +111767,62 @@ systemd target unit configuration

+

Declared by:

+ + +
+ +<home-manager/modules/systemd.nix> + +
+ +
+ + systemd.user.targets.<name>.Unit.Description + + +
+
+

A short human-readable label of the unit.

+ +

Type: +null or string

+ +

Default: +null

+ +

Example: +"My daily database backup"

+ +

Declared by:

+ + +
+ +<home-manager/modules/systemd.nix> + +
+
+
+ + systemd.user.targets.<name>.Unit.Documentation + + +
+
+

List of URIs referencing documentation for the unit.

+ +

Type: +(list of string) or string convertible to it

+ +

Default: +[ ]

+ +

Example:

[
+  "my-target.target"
+]
+
+

Declared by:

@@ -111312,7 +111845,7 @@ by systemd. More details can be found in systemd.timer(5).

Type: -systemd timer unit configuration

+attribute set of (systemd timer unit configuration)

Default: { }

@@ -111332,6 +111865,62 @@ systemd timer unit configuration

+

Declared by:

+ + +
+ +<home-manager/modules/systemd.nix> + +
+ +
+ + systemd.user.timers.<name>.Unit.Description + + +
+
+

A short human-readable label of the unit.

+ +

Type: +null or string

+ +

Default: +null

+ +

Example: +"My daily database backup"

+ +

Declared by:

+ + +
+ +<home-manager/modules/systemd.nix> + +
+
+
+ + systemd.user.timers.<name>.Unit.Documentation + + +
+
+

List of URIs referencing documentation for the unit.

+ +

Type: +(list of string) or string convertible to it

+ +

Default: +[ ]

+ +

Example:

[
+  "my-timer.timer"
+]
+
+

Declared by: