nixos/nomad: make formatting consistent in mkMerge call
This commit is contained in:
parent
12b9249cf3
commit
5ce4ce6174
@ -142,7 +142,9 @@ in
|
|||||||
(mkIf cfg.enableDocker {
|
(mkIf cfg.enableDocker {
|
||||||
SupplementaryGroups = "docker"; # space-separated string
|
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 = {
|
unitConfig = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user