forked from mirrors/nixpkgs
Merge pull request #111418 from helsinki-systems/k3s
nixos/k3s: add extraFlags type
This commit is contained in:
commit
0fc3bc21ab
|
@ -47,6 +47,7 @@ in
|
|||
|
||||
extraFlags = mkOption {
|
||||
description = "Extra flags to pass to the k3s command.";
|
||||
type = types.str;
|
||||
default = "";
|
||||
example = "--no-deploy traefik --cluster-cidr 10.24.0.0/16";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue