diff --git a/nixos/modules/services/cluster/k3s/default.nix b/nixos/modules/services/cluster/k3s/default.nix index b86b8e63f409..4911d7871412 100644 --- a/nixos/modules/services/cluster/k3s/default.nix +++ b/nixos/modules/services/cluster/k3s/default.nix @@ -458,7 +458,7 @@ in type = with lib.types; either str (listOf str); default = [ ]; example = [ - "--no-deploy traefik" + "--disable traefik" "--cluster-cidr 10.24.0.0/16" ]; };