summary refs log tree commit diff
path: root/nixos/modules/services/networking/nomad.nix
diff options
context:
space:
mode:
authorPhillip Cloud <cloud@standard.ai>2021-01-18 09:17:32 -0500
committerPhillip Cloud <cloud@standard.ai>2021-01-23 19:44:37 -0500
commitbddb7ac4066574c868091a5bbd10f770bdae0c32 (patch)
tree5cb929a7342f47832eca3e75c2affa354da10716 /nixos/modules/services/networking/nomad.nix
parentb72a46713f12a311a9e5455a8fc446cd981850bb (diff)
downloadnixpkgs-bddb7ac4066574c868091a5bbd10f770bdae0c32.tar
nixpkgs-bddb7ac4066574c868091a5bbd10f770bdae0c32.tar.gz
nixpkgs-bddb7ac4066574c868091a5bbd10f770bdae0c32.tar.bz2
nixpkgs-bddb7ac4066574c868091a5bbd10f770bdae0c32.tar.lz
nixpkgs-bddb7ac4066574c868091a5bbd10f770bdae0c32.tar.xz
nixpkgs-bddb7ac4066574c868091a5bbd10f770bdae0c32.tar.zst
nixpkgs-bddb7ac4066574c868091a5bbd10f770bdae0c32.zip
nixos/nomad: fix typo and spell out ExecStartPre usage
Diffstat (limited to 'nixos/modules/services/networking/nomad.nix')
-rw-r--r--nixos/modules/services/networking/nomad.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/nixos/modules/services/networking/nomad.nix b/nixos/modules/services/networking/nomad.nix
index 3f06490faa7..80dcbe16f12 100644
--- a/nixos/modules/services/networking/nomad.nix
+++ b/nixos/modules/services/networking/nomad.nix
@@ -71,9 +71,10 @@ in
 
           If `data_dir` is set to a value other than the default value of
           `"/var/lib/nomad"` it is the Nomad cluster manager's responsibility
-          to make sure that this directory exist and has the appropriate
-          permissions. One way to do this is with the `ExecStartPre` feature of
-          systemd.
+          to make sure that this directory exists and has the appropriate
+          permissions. One way to ensure this is the case to create the
+          directory and adjust its permissions as needed using the
+          `ExecStartPre` feature of systemd.
 
           Additionally, if `dropPrivileges` is `true` then `data_dir`
           **cannot** be customized.  Setting `dropPrivileges` to `true` enables