krebs 3 nginx: extraConfig is type string
This commit is contained in:
parent
ba4708f263
commit
dc1bb40c45
@ -36,7 +36,7 @@ let
|
||||
type = with types; listOf (attrsOf str);
|
||||
};
|
||||
extraConfig = mkOption {
|
||||
type = with types; str;
|
||||
type = with types; string;
|
||||
default = "";
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user