override etcd version
This commit is contained in:
parent
6e812b3f0c
commit
a87c93b739
1 changed files with 8 additions and 0 deletions
|
@ -430,6 +430,14 @@
|
|||
|
||||
in
|
||||
{
|
||||
overlays = [
|
||||
(
|
||||
self: super: {
|
||||
etcd = super.etcd_3_5;
|
||||
}
|
||||
)
|
||||
];
|
||||
|
||||
deployment.keys."private_key" = {
|
||||
text = cfg.hosts.${name}.private_key;
|
||||
destDir = "/etc/wireguard";
|
||||
|
|
Loading…
Add table
Reference in a new issue