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.
This commit is contained in:
Uli Baum 2018-05-24 22:56:57 +02:00
parent 3b336d0c18
commit 7ba417aeca

View File

@ -39,7 +39,7 @@ in
Wether to enable the slurm control daemon. Wether to enable the slurm control daemon.
Note that the standard authentication method is "munge". Note that the standard authentication method is "munge".
The "munge" service needs to be provided with a password file in order for 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>).
''; '';
}; };
}; };