From 7ba417aecae9c193f698995909df8a89c901320d Mon Sep 17 00:00:00 2001 From: Uli Baum Date: Thu, 24 May 2018 22:56:57 +0200 Subject: 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. --- nixos/modules/services/computing/slurm/slurm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules') 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 services.munge.password). + slurm to work properly (see services.munge.password). ''; }; }; -- cgit 1.4.1