summary refs log tree commit diff
path: root/nixos/modules/services/computing
diff options
context:
space:
mode:
authorUli Baum <xeji@cat3.de>2018-05-24 22:56:57 +0200
committerUli Baum <xeji@cat3.de>2018-05-24 22:56:57 +0200
commit7ba417aecae9c193f698995909df8a89c901320d (patch)
treeaad1f16bcea18eac452abd3f37c7fe328c689470 /nixos/modules/services/computing
parent3b336d0c180f8d6615c92695d446de59804baf47 (diff)
downloadnixlib-7ba417aecae9c193f698995909df8a89c901320d.tar
nixlib-7ba417aecae9c193f698995909df8a89c901320d.tar.gz
nixlib-7ba417aecae9c193f698995909df8a89c901320d.tar.bz2
nixlib-7ba417aecae9c193f698995909df8a89c901320d.tar.lz
nixlib-7ba417aecae9c193f698995909df8a89c901320d.tar.xz
nixlib-7ba417aecae9c193f698995909df8a89c901320d.tar.zst
nixlib-7ba417aecae9c193f698995909df8a89c901320d.zip
nixos/slurm: fix xml tag mismatch in manual
build of nixos manual broke because of mismatched xml tags
in an option description introduced in #41016.
Diffstat (limited to 'nixos/modules/services/computing')
-rw-r--r--nixos/modules/services/computing/slurm/slurm.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/computing/slurm/slurm.nix b/nixos/modules/services/computing/slurm/slurm.nix
index 25df5030162c..3e513ab15717 100644
--- a/nixos/modules/services/computing/slurm/slurm.nix
+++ b/nixos/modules/services/computing/slurm/slurm.nix
@@ -39,7 +39,7 @@ in
             Wether to enable the slurm control daemon.
             Note that the standard authentication method is "munge".
             The "munge" service needs to be provided with a password file in order for
-            slurm to work properly (see <literal>services.munge.password<literal>).
+            slurm to work properly (see <literal>services.munge.password</literal>).
           '';
         };
       };