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 {
|
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 New Issue
Block a user