From 5ce4ce61746c19f09ae1504a49f3216de6770055 Mon Sep 17 00:00:00 2001 From: Phillip Cloud Date: Sat, 23 Jan 2021 18:04:26 -0500 Subject: nixos/nomad: make formatting consistent in mkMerge call --- nixos/modules/services/networking/nomad.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'nixos') diff --git a/nixos/modules/services/networking/nomad.nix b/nixos/modules/services/networking/nomad.nix index 571baf6715414..87b4ff1881853 100644 --- a/nixos/modules/services/networking/nomad.nix +++ b/nixos/modules/services/networking/nomad.nix @@ -142,7 +142,9 @@ in (mkIf cfg.enableDocker { SupplementaryGroups = "docker"; # space-separated string }) - (mkIf (cfg.settings.data_dir == "/var/lib/nomad") { StateDirectory = "nomad"; }) + (mkIf (cfg.settings.data_dir == "/var/lib/nomad") { + StateDirectory = "nomad"; + }) ]; unitConfig = { -- cgit 1.4.1