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.
wip/yesman
Uli Baum 6 years ago
parent 3b336d0c18
commit 7ba417aeca
  1. 2
      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>).
'';
};
};

Loading…
Cancel
Save