summary refs log tree commit diff
path: root/nixos/modules/services/computing/slurm/slurm.nix
diff options
context:
space:
mode:
authorSamuel Gräfenstein <git@samuelgrf.com>2020-07-04 15:15:26 +0200
committerSamuel Gräfenstein <git@samuelgrf.com>2020-07-04 15:17:03 +0200
commit850d7d1790d4abc0638466973c78a2053b97d2f2 (patch)
tree2a97370e1e257255f4419c1875be1481692585b3 /nixos/modules/services/computing/slurm/slurm.nix
parent66d0b2a0d05dc526e1d6d30d7289282e63af0ceb (diff)
downloadnixpkgs-850d7d1790d4abc0638466973c78a2053b97d2f2.tar
nixpkgs-850d7d1790d4abc0638466973c78a2053b97d2f2.tar.gz
nixpkgs-850d7d1790d4abc0638466973c78a2053b97d2f2.tar.bz2
nixpkgs-850d7d1790d4abc0638466973c78a2053b97d2f2.tar.lz
nixpkgs-850d7d1790d4abc0638466973c78a2053b97d2f2.tar.xz
nixpkgs-850d7d1790d4abc0638466973c78a2053b97d2f2.tar.zst
nixpkgs-850d7d1790d4abc0638466973c78a2053b97d2f2.zip
nixos/*: wether -> whether
Diffstat (limited to 'nixos/modules/services/computing/slurm/slurm.nix')
-rw-r--r--nixos/modules/services/computing/slurm/slurm.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/computing/slurm/slurm.nix b/nixos/modules/services/computing/slurm/slurm.nix
index 050872e933f..705390a21d4 100644
--- a/nixos/modules/services/computing/slurm/slurm.nix
+++ b/nixos/modules/services/computing/slurm/slurm.nix
@@ -67,7 +67,7 @@ in
           type = types.bool;
           default = false;
           description = ''
-            Wether to enable the slurm control daemon.
+            Whether 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>).
@@ -135,7 +135,7 @@ in
         type = types.bool;
         default = false;
         description = ''
-          Wether to provide a slurm.conf file.
+          Whether to provide a slurm.conf file.
           Enable this option if you do not run a slurm daemon on this host
           (i.e. <literal>server.enable</literal> and <literal>client.enable</literal> are <literal>false</literal>)
           but you still want to run slurm commands from this host.