fix
This commit is contained in:
parent
b6682379e5
commit
2fa93bef86
1 changed files with 1 additions and 1 deletions
|
@ -696,7 +696,7 @@
|
||||||
else
|
else
|
||||||
"";
|
"";
|
||||||
|
|
||||||
systemd.services.etcd.serviceConfig.ExecStart = if (cfg.hosts.${name}.role == "etcd") then "${pkgs.etcd_3_5}/bin/etcd" else "";
|
systemd.services.etcd.serviceConfig.ExecStart = if (cfg.hosts.${name}.role == "etcd") then (lib.mkForce "${pkgs.etcd_3_5}/bin/etcd") else "";
|
||||||
|
|
||||||
services.etcd = lib.mkIf (cfg.hosts.${name}.role == "etcd") {
|
services.etcd = lib.mkIf (cfg.hosts.${name}.role == "etcd") {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue