commit e2cfe95e520348f9e0174cf2a5f25b9b407a8d34 parent ff6f8e0b5f657cf725a54ca9e76cd8db1f60305d Author: MTRNord <mtrnord1@gmail.com> Date: Fri, 25 Aug 2023 12:15:51 +0200 Add missing etcd options Diffstat:
| M | nixos/worker-1/configuration.nix | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -464,6 +464,9 @@ etcd = { enable = true; initialClusterState = "existing"; + listenClientUrls = [ "http://100.64.0.1:2379" ]; + listenPeerUrls = [ "http://100.64.0.1:2380" ]; + initalCluster = [ "nordgedanken=http://100.64.0.3:2380" ]; extraConf = { "UNSUPPORTED_ARCH" = "arm64"; };