krebs 3 nginx: extraConfig is type string

This commit is contained in:
makefu 2015-10-21 18:44:51 +02:00
parent ba4708f263
commit dc1bb40c45

View File

@ -36,7 +36,7 @@ let
type = with types; listOf (attrsOf str); type = with types; listOf (attrsOf str);
}; };
extraConfig = mkOption { extraConfig = mkOption {
type = with types; str; type = with types; string;
default = ""; default = "";
}; };
}; };