mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
nixos/k3s: add extraFlags type
This commit is contained in:
parent
4015c5ca9c
commit
3c7c9a43dc
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ in
|
||||||
|
|
||||||
extraFlags = mkOption {
|
extraFlags = mkOption {
|
||||||
description = "Extra flags to pass to the k3s command.";
|
description = "Extra flags to pass to the k3s command.";
|
||||||
|
type = types.str;
|
||||||
default = "";
|
default = "";
|
||||||
example = "--no-deploy traefik --cluster-cidr 10.24.0.0/16";
|
example = "--no-deploy traefik --cluster-cidr 10.24.0.0/16";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue