1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-04 16:11:06 +01:00
This commit is contained in:
rycee 2025-09-17 14:49:26 +00:00
parent 1e0b7a2760
commit f8cea71fd8

View file

@ -110816,7 +110816,7 @@ by systemd. More details can be found in
<a class="link" href="https://www.freedesktop.org/software/systemd/man/systemd.automount.html" target="_top"><span class="citerefentry"><span class="refentrytitle">systemd.automount</span>(5)</span></a>.</p>
<p><span class="emphasis"><em>Type:</em></span>
systemd automount unit configuration</p>
attribute set of (systemd automount unit configuration)</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">{ }</code></p>
@ -110836,6 +110836,62 @@ systemd automount unit configuration</p>
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/systemd.nix" target="_top">
&lt;home-manager/modules/systemd.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-systemd.user.automounts._name_.Unit.Description"></a><a class="term" href="options.xhtml#opt-systemd.user.automounts._name_.Unit.Description"><code class="option">systemd.user.automounts.&lt;name&gt;.Unit.Description</code>
</a>
</span>
</dt>
<dd>
<p>A short human-readable label of the unit.</p>
<p><span class="emphasis"><em>Type:</em></span>
null or string</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">null</code></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">&quot;My daily database backup&quot;</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/systemd.nix" target="_top">
&lt;home-manager/modules/systemd.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-systemd.user.automounts._name_.Unit.Documentation"></a><a class="term" href="options.xhtml#opt-systemd.user.automounts._name_.Unit.Documentation"><code class="option">systemd.user.automounts.&lt;name&gt;.Unit.Documentation</code>
</a>
</span>
</dt>
<dd>
<p>List of URIs referencing documentation for the unit.</p>
<p><span class="emphasis"><em>Type:</em></span>
(list of string) or string convertible to it</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">[ ]</code></p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">[
&quot;my-automount.automount&quot;
]
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
@ -110858,7 +110914,7 @@ by systemd. More details can be found in
<a class="link" href="https://www.freedesktop.org/software/systemd/man/systemd.mount.html" target="_top"><span class="citerefentry"><span class="refentrytitle">systemd.mount</span>(5)</span></a>.</p>
<p><span class="emphasis"><em>Type:</em></span>
systemd mount unit configuration</p>
attribute set of (systemd mount unit configuration)</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">{ }</code></p>
@ -110878,6 +110934,62 @@ systemd mount unit configuration</p>
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/systemd.nix" target="_top">
&lt;home-manager/modules/systemd.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-systemd.user.mounts._name_.Unit.Description"></a><a class="term" href="options.xhtml#opt-systemd.user.mounts._name_.Unit.Description"><code class="option">systemd.user.mounts.&lt;name&gt;.Unit.Description</code>
</a>
</span>
</dt>
<dd>
<p>A short human-readable label of the unit.</p>
<p><span class="emphasis"><em>Type:</em></span>
null or string</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">null</code></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">&quot;My daily database backup&quot;</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/systemd.nix" target="_top">
&lt;home-manager/modules/systemd.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-systemd.user.mounts._name_.Unit.Documentation"></a><a class="term" href="options.xhtml#opt-systemd.user.mounts._name_.Unit.Documentation"><code class="option">systemd.user.mounts.&lt;name&gt;.Unit.Documentation</code>
</a>
</span>
</dt>
<dd>
<p>List of URIs referencing documentation for the unit.</p>
<p><span class="emphasis"><em>Type:</em></span>
(list of string) or string convertible to it</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">[ ]</code></p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">[
&quot;my-mount.mount&quot;
]
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
@ -110900,7 +111012,7 @@ by systemd. More details can be found in
<a class="link" href="https://www.freedesktop.org/software/systemd/man/systemd.path.html" target="_top"><span class="citerefentry"><span class="refentrytitle">systemd.path</span>(5)</span></a>.</p>
<p><span class="emphasis"><em>Type:</em></span>
systemd path unit configuration</p>
attribute set of (systemd path unit configuration)</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">{ }</code></p>
@ -110920,6 +111032,62 @@ systemd path unit configuration</p>
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/systemd.nix" target="_top">
&lt;home-manager/modules/systemd.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-systemd.user.paths._name_.Unit.Description"></a><a class="term" href="options.xhtml#opt-systemd.user.paths._name_.Unit.Description"><code class="option">systemd.user.paths.&lt;name&gt;.Unit.Description</code>
</a>
</span>
</dt>
<dd>
<p>A short human-readable label of the unit.</p>
<p><span class="emphasis"><em>Type:</em></span>
null or string</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">null</code></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">&quot;My daily database backup&quot;</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/systemd.nix" target="_top">
&lt;home-manager/modules/systemd.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-systemd.user.paths._name_.Unit.Documentation"></a><a class="term" href="options.xhtml#opt-systemd.user.paths._name_.Unit.Documentation"><code class="option">systemd.user.paths.&lt;name&gt;.Unit.Documentation</code>
</a>
</span>
</dt>
<dd>
<p>List of URIs referencing documentation for the unit.</p>
<p><span class="emphasis"><em>Type:</em></span>
(list of string) or string convertible to it</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">[ ]</code></p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">[
&quot;my-path.path&quot;
]
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
@ -110942,7 +111110,7 @@ by systemd. More details can be found in
<a class="link" href="https://www.freedesktop.org/software/systemd/man/systemd.service.html" target="_top"><span class="citerefentry"><span class="refentrytitle">systemd.service</span>(5)</span></a>.</p>
<p><span class="emphasis"><em>Type:</em></span>
systemd service unit configuration</p>
attribute set of (systemd service unit configuration)</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">{ }</code></p>
@ -110962,6 +111130,203 @@ systemd service unit configuration</p>
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/systemd.nix" target="_top">
&lt;home-manager/modules/systemd.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-systemd.user.services._name_.Service.Environment"></a><a class="term" href="options.xhtml#opt-systemd.user.services._name_.Service.Environment"><code class="option">systemd.user.services.&lt;name&gt;.Service.Environment</code>
</a>
</span>
</dt>
<dd>
<p>Environment variables available to executed processes.</p>
<p><span class="emphasis"><em>Type:</em></span>
(list of string) or string convertible to it</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">[ ]</code></p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">[
&quot;VAR1=foo&quot;
&quot;VAR2=\&quot;bar baz\&quot;&quot;
]
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/systemd.nix" target="_top">
&lt;home-manager/modules/systemd.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-systemd.user.services._name_.Service.ExecStart"></a><a class="term" href="options.xhtml#opt-systemd.user.services._name_.Service.ExecStart"><code class="option">systemd.user.services.&lt;name&gt;.Service.ExecStart</code>
</a>
</span>
</dt>
<dd>
<p>Command that is executed when this service is started.</p>
<p><span class="emphasis"><em>Type:</em></span>
package or string or list of (package or string)</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">[ ]</code></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">&quot;/absolute/path/to/command arg1 arg2&quot;</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/systemd.nix" target="_top">
&lt;home-manager/modules/systemd.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-systemd.user.services._name_.Unit.Description"></a><a class="term" href="options.xhtml#opt-systemd.user.services._name_.Unit.Description"><code class="option">systemd.user.services.&lt;name&gt;.Unit.Description</code>
</a>
</span>
</dt>
<dd>
<p>A short human-readable label of the unit.</p>
<p><span class="emphasis"><em>Type:</em></span>
null or string</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">null</code></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">&quot;My daily database backup&quot;</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/systemd.nix" target="_top">
&lt;home-manager/modules/systemd.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-systemd.user.services._name_.Unit.Documentation"></a><a class="term" href="options.xhtml#opt-systemd.user.services._name_.Unit.Documentation"><code class="option">systemd.user.services.&lt;name&gt;.Unit.Documentation</code>
</a>
</span>
</dt>
<dd>
<p>List of URIs referencing documentation for the unit.</p>
<p><span class="emphasis"><em>Type:</em></span>
(list of string) or string convertible to it</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">[ ]</code></p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">[
&quot;my-service.service&quot;
]
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/systemd.nix" target="_top">
&lt;home-manager/modules/systemd.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-systemd.user.services._name_.Unit.X-Reload-Triggers"></a><a class="term" href="options.xhtml#opt-systemd.user.services._name_.Unit.X-Reload-Triggers"><code class="option">systemd.user.services.&lt;name&gt;.Unit.X-Reload-Triggers</code>
</a>
</span>
</dt>
<dd>
<p>List of free form strings that can be used to trigger a service
reload during Home Manager activation.</p>
<p><span class="emphasis"><em>Type:</em></span>
list of (package or string)</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">[ ]</code></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">[ config.xdg.configFile.&quot;service.conf&quot;.source ]</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/systemd.nix" target="_top">
&lt;home-manager/modules/systemd.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-systemd.user.services._name_.Unit.X-Restart-Triggers"></a><a class="term" href="options.xhtml#opt-systemd.user.services._name_.Unit.X-Restart-Triggers"><code class="option">systemd.user.services.&lt;name&gt;.Unit.X-Restart-Triggers</code>
</a>
</span>
</dt>
<dd>
<p>List of free form strings that can be used to trigger a service
restart during Home Manager activation.</p>
<p><span class="emphasis"><em>Type:</em></span>
list of (package or string)</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">[ ]</code></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">[ config.xdg.configFile.&quot;service.conf&quot;.source ]</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/systemd.nix" target="_top">
&lt;home-manager/modules/systemd.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-systemd.user.services._name_.Unit.X-SwitchMethod"></a><a class="term" href="options.xhtml#opt-systemd.user.services._name_.Unit.X-SwitchMethod"><code class="option">systemd.user.services.&lt;name&gt;.Unit.X-SwitchMethod</code>
</a>
</span>
</dt>
<dd>
<p>The preferred method to use when switching from an old to a new
version of this service.</p>
<p><span class="emphasis"><em>Type:</em></span>
one of &lt;null&gt;, “reload”, “restart”, “stop-start”, “keep-old”</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">null</code></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">[ &quot;${config.xdg.configFile.&quot;service.conf&quot;.source}&quot; ]</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
@ -111131,7 +111496,7 @@ by systemd. More details can be found in
<a class="link" href="https://www.freedesktop.org/software/systemd/man/systemd.slice.html" target="_top"><span class="citerefentry"><span class="refentrytitle">systemd.slice</span>(5)</span></a>.</p>
<p><span class="emphasis"><em>Type:</em></span>
systemd slice unit configuration</p>
attribute set of (systemd slice unit configuration)</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">{ }</code></p>
@ -111151,6 +111516,62 @@ systemd slice unit configuration</p>
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/systemd.nix" target="_top">
&lt;home-manager/modules/systemd.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-systemd.user.slices._name_.Unit.Description"></a><a class="term" href="options.xhtml#opt-systemd.user.slices._name_.Unit.Description"><code class="option">systemd.user.slices.&lt;name&gt;.Unit.Description</code>
</a>
</span>
</dt>
<dd>
<p>A short human-readable label of the unit.</p>
<p><span class="emphasis"><em>Type:</em></span>
null or string</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">null</code></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">&quot;My daily database backup&quot;</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/systemd.nix" target="_top">
&lt;home-manager/modules/systemd.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-systemd.user.slices._name_.Unit.Documentation"></a><a class="term" href="options.xhtml#opt-systemd.user.slices._name_.Unit.Documentation"><code class="option">systemd.user.slices.&lt;name&gt;.Unit.Documentation</code>
</a>
</span>
</dt>
<dd>
<p>List of URIs referencing documentation for the unit.</p>
<p><span class="emphasis"><em>Type:</em></span>
(list of string) or string convertible to it</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">[ ]</code></p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">[
&quot;my-slice.slice&quot;
]
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
@ -111173,7 +111594,7 @@ by systemd. More details can be found in
<a class="link" href="https://www.freedesktop.org/software/systemd/man/systemd.socket.html" target="_top"><span class="citerefentry"><span class="refentrytitle">systemd.socket</span>(5)</span></a>.</p>
<p><span class="emphasis"><em>Type:</em></span>
systemd socket unit configuration</p>
attribute set of (systemd socket unit configuration)</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">{ }</code></p>
@ -111193,6 +111614,62 @@ systemd socket unit configuration</p>
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/systemd.nix" target="_top">
&lt;home-manager/modules/systemd.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-systemd.user.sockets._name_.Unit.Description"></a><a class="term" href="options.xhtml#opt-systemd.user.sockets._name_.Unit.Description"><code class="option">systemd.user.sockets.&lt;name&gt;.Unit.Description</code>
</a>
</span>
</dt>
<dd>
<p>A short human-readable label of the unit.</p>
<p><span class="emphasis"><em>Type:</em></span>
null or string</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">null</code></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">&quot;My daily database backup&quot;</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/systemd.nix" target="_top">
&lt;home-manager/modules/systemd.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-systemd.user.sockets._name_.Unit.Documentation"></a><a class="term" href="options.xhtml#opt-systemd.user.sockets._name_.Unit.Documentation"><code class="option">systemd.user.sockets.&lt;name&gt;.Unit.Documentation</code>
</a>
</span>
</dt>
<dd>
<p>List of URIs referencing documentation for the unit.</p>
<p><span class="emphasis"><em>Type:</em></span>
(list of string) or string convertible to it</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">[ ]</code></p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">[
&quot;my-socket.socket&quot;
]
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
@ -111270,7 +111747,7 @@ by systemd. More details can be found in
<span class="citerefentry"><span class="refentrytitle">systemd.target</span>(5)</span>.</p>
<p><span class="emphasis"><em>Type:</em></span>
systemd target unit configuration</p>
attribute set of (systemd target unit configuration)</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">{ }</code></p>
@ -111290,6 +111767,62 @@ systemd target unit configuration</p>
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/systemd.nix" target="_top">
&lt;home-manager/modules/systemd.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-systemd.user.targets._name_.Unit.Description"></a><a class="term" href="options.xhtml#opt-systemd.user.targets._name_.Unit.Description"><code class="option">systemd.user.targets.&lt;name&gt;.Unit.Description</code>
</a>
</span>
</dt>
<dd>
<p>A short human-readable label of the unit.</p>
<p><span class="emphasis"><em>Type:</em></span>
null or string</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">null</code></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">&quot;My daily database backup&quot;</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/systemd.nix" target="_top">
&lt;home-manager/modules/systemd.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-systemd.user.targets._name_.Unit.Documentation"></a><a class="term" href="options.xhtml#opt-systemd.user.targets._name_.Unit.Documentation"><code class="option">systemd.user.targets.&lt;name&gt;.Unit.Documentation</code>
</a>
</span>
</dt>
<dd>
<p>List of URIs referencing documentation for the unit.</p>
<p><span class="emphasis"><em>Type:</em></span>
(list of string) or string convertible to it</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">[ ]</code></p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">[
&quot;my-target.target&quot;
]
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
@ -111312,7 +111845,7 @@ by systemd. More details can be found in
<a class="link" href="https://www.freedesktop.org/software/systemd/man/systemd.timer.html" target="_top"><span class="citerefentry"><span class="refentrytitle">systemd.timer</span>(5)</span></a>.</p>
<p><span class="emphasis"><em>Type:</em></span>
systemd timer unit configuration</p>
attribute set of (systemd timer unit configuration)</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">{ }</code></p>
@ -111332,6 +111865,62 @@ systemd timer unit configuration</p>
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/systemd.nix" target="_top">
&lt;home-manager/modules/systemd.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-systemd.user.timers._name_.Unit.Description"></a><a class="term" href="options.xhtml#opt-systemd.user.timers._name_.Unit.Description"><code class="option">systemd.user.timers.&lt;name&gt;.Unit.Description</code>
</a>
</span>
</dt>
<dd>
<p>A short human-readable label of the unit.</p>
<p><span class="emphasis"><em>Type:</em></span>
null or string</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">null</code></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">&quot;My daily database backup&quot;</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/systemd.nix" target="_top">
&lt;home-manager/modules/systemd.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-systemd.user.timers._name_.Unit.Documentation"></a><a class="term" href="options.xhtml#opt-systemd.user.timers._name_.Unit.Documentation"><code class="option">systemd.user.timers.&lt;name&gt;.Unit.Documentation</code>
</a>
</span>
</dt>
<dd>
<p>List of URIs referencing documentation for the unit.</p>
<p><span class="emphasis"><em>Type:</em></span>
(list of string) or string convertible to it</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">[ ]</code></p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">[
&quot;my-timer.timer&quot;
]
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>