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

This commit is contained in:
Robert Rose
2025-04-03 11:01:47 +02:00
parent 93667cf859
commit e77d893ef4
@@ -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"
];
};