commit 06c87319ecaeb677add7e3ec1d1f38c31ca80bc0
parent e2cfe95e520348f9e0174cf2a5f25b9b407a8d34
Author: MTRNord <mtrnord1@gmail.com>
Date: Fri, 25 Aug 2023 12:16:23 +0200
Fix typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -466,7 +466,7 @@
initialClusterState = "existing";
listenClientUrls = [ "http://100.64.0.1:2379" ];
listenPeerUrls = [ "http://100.64.0.1:2380" ];
- initalCluster = [ "nordgedanken=http://100.64.0.3:2380" ];
+ initialCluster = [ "nordgedanken=http://100.64.0.3:2380" ];
extraConf = {
"UNSUPPORTED_ARCH" = "arm64";
};