Commit e77d893e authored by Robert Rose's avatar Robert Rose
Browse files

nixos/k3s: replace deprecated `--no-deploy` flag in option description

parent 93667cf8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"
      ];
    };