diff --git a/modules/k3s-playground.nix b/modules/k3s-playground.nix index 7834d75..7ed5693 100644 --- a/modules/k3s-playground.nix +++ b/modules/k3s-playground.nix @@ -5,6 +5,10 @@ services.k3s = { enable = true; role = "server"; + # NOTE: I disable traefik for the training I'm following, as we'll deploy it ourself later + extraFlags = '' + --disable traefik + ''; }; networking.firewall.allowedTCPPorts = [