From dd9f5ccf884c84e2f66ec64c0a0560c8f815ef02 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 30 Sep 2024 17:17:41 -0600 Subject: [PATCH] [NixOS] Try to fix insecure skip arg --- nixos/k3s.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/k3s.nix b/nixos/k3s.nix index 750e194d..39ebf695 100644 --- a/nixos/k3s.nix +++ b/nixos/k3s.nix @@ -27,7 +27,7 @@ in { serverAddr = cfg.serverAddr; tokenFile = config.age.secrets."1896Folsom-k3s-token.age".path; extraFlags = [ - "--insecure-skip-tls-verify" + ''--kube-apiserver-arg="--insecure-skip-tls-verify"'' ]; containerdConfigTemplate = '' {{ template "base" . }}