[NixOS] Ignore insecure tls
This commit is contained in:
parent
1f36c4942b
commit
59da59c74f
@ -26,6 +26,9 @@ in {
|
|||||||
clusterInit = cfg.serverAddr == "";
|
clusterInit = cfg.serverAddr == "";
|
||||||
serverAddr = cfg.serverAddr;
|
serverAddr = cfg.serverAddr;
|
||||||
tokenFile = config.age.secrets."1896Folsom-k3s-token.age".path;
|
tokenFile = config.age.secrets."1896Folsom-k3s-token.age".path;
|
||||||
|
extraFlags = [
|
||||||
|
"--insecure-skip-tls-verify"
|
||||||
|
];
|
||||||
containerdConfigTemplate = ''
|
containerdConfigTemplate = ''
|
||||||
{{ template "base" . }}
|
{{ template "base" . }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user