nixos/k3s: replace deprecated --no-deploy flag in option description (#395708)

This commit is contained in:
Jörg Thalheim
2025-04-03 11:45:41 +02:00
committed by GitHub
@@ -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"
];
};