about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2022-03-24 21:00:24 +0100
committeraszlig <aszlig@nix.build>2022-03-24 21:00:24 +0100
commit2a19150f9db87841dd1e4e27525fc908ecb2af5a (patch)
treeb8501871a447f2f2be3e211b0d4a9a7328938fc4 /modules
parent39b6928367e79fe098b6d21c8eb39fe94e851a15 (diff)
modules/upower-minimal: Fix option description
Regression introduced by 652ac49da16123016c36537dc28331649a63bf7b.

This breaks the build of the manual because the <literal/> tag wasn't
closed.

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'modules')
-rw-r--r--modules/services/upower-minimal.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/services/upower-minimal.nix b/modules/services/upower-minimal.nix
index 215e47dc..cb3f3895 100644
--- a/modules/services/upower-minimal.nix
+++ b/modules/services/upower-minimal.nix
@@ -47,7 +47,7 @@ in
         description = ''
           The upower configuration.
 
-          If null, the default values in <literal>${pkg}/etc/UPower/UPower.conf<literal> are used.
+          If null, the default values in <literal>${pkg}/etc/UPower/UPower.conf</literal> are used.
 
           So far it looks like there is always only one Section called <literal>UPower</literal>
         '';