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-23 12:43:43 -0500
committerPhillip Cloud <cloud@standard.ai>2021-01-23 12:50:01 -0500
commit0bbed1c273e4bbb71e438768f532464db7d7a4c5 (patch)
treee4f5337f9c6fdaf64c2a20d6d8ac73c8de2b6c8d /nixos/modules/services/networking/nomad.nix
parent4f337655757d998f87411b7abbdf9af65dac5e74 (diff)
downloadnixpkgs-0bbed1c273e4bbb71e438768f532464db7d7a4c5.tar
nixpkgs-0bbed1c273e4bbb71e438768f532464db7d7a4c5.tar.gz
nixpkgs-0bbed1c273e4bbb71e438768f532464db7d7a4c5.tar.bz2
nixpkgs-0bbed1c273e4bbb71e438768f532464db7d7a4c5.tar.lz
nixpkgs-0bbed1c273e4bbb71e438768f532464db7d7a4c5.tar.xz
nixpkgs-0bbed1c273e4bbb71e438768f532464db7d7a4c5.tar.zst
nixpkgs-0bbed1c273e4bbb71e438768f532464db7d7a4c5.zip
nixos/nomad: add newline
Diffstat (limited to 'nixos/modules/services/networking/nomad.nix')
-rw-r--r--nixos/modules/services/networking/nomad.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/networking/nomad.nix b/nixos/modules/services/networking/nomad.nix
index e6bbb607aaa..a0520d4c998 100644
--- a/nixos/modules/services/networking/nomad.nix
+++ b/nixos/modules/services/networking/nomad.nix
@@ -114,6 +114,7 @@ in
       } // (optionalAttrs cfg.enableDocker {
         SupplementaryGroups = "docker"; # space-separated string
       });
+
       unitConfig = {
         StartLimitIntervalSec = 10;
         StartLimitBurst = 3;