nixos/nomad: add newline

This commit is contained in:
Phillip Cloud 2021-01-23 12:43:43 -05:00
parent 4f33765575
commit 0bbed1c273

View File

@ -114,6 +114,7 @@ in
} // (optionalAttrs cfg.enableDocker { } // (optionalAttrs cfg.enableDocker {
SupplementaryGroups = "docker"; # space-separated string SupplementaryGroups = "docker"; # space-separated string
}); });
unitConfig = { unitConfig = {
StartLimitIntervalSec = 10; StartLimitIntervalSec = 10;
StartLimitBurst = 3; StartLimitBurst = 3;