Loading nixos/modules/services/cluster/k3s/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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" ]; }; Loading Loading
nixos/modules/services/cluster/k3s/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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" ]; }; Loading