From 3f7de563db4cd3b6e28547a09d7393e68f6592d8 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 2 Oct 2024 16:15:52 -0600 Subject: [PATCH] [NixOS] Fix --- nixos/k3s.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/k3s.nix b/nixos/k3s.nix index 6c7f9b7c..8d6fe3e5 100644 --- a/nixos/k3s.nix +++ b/nixos/k3s.nix @@ -42,7 +42,6 @@ in { "--tls-san biskcomp.local" "--tls-san jimi-hendnix.local" "--tls-san dev.railbird.ai" - "--container-runtime-endpoint unix:///run/containerd/containerd.sock" ]; containerdConfigTemplate = '' {{ template "base" . }}