fix
This commit is contained in:
parent
1600bc356f
commit
3d8290fe22
1 changed files with 2 additions and 2 deletions
|
@ -693,7 +693,7 @@
|
|||
fi
|
||||
''
|
||||
else
|
||||
null;
|
||||
"";
|
||||
|
||||
services.etcd = lib.mkIf (cfg.hosts.${name}.role == "etcd") {
|
||||
enable = true;
|
||||
|
@ -772,7 +772,7 @@
|
|||
fi
|
||||
''
|
||||
else
|
||||
null;
|
||||
"";
|
||||
serviceConfig = {
|
||||
Slice = "kubernetes.slice";
|
||||
CPUAccounting = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue