Substitute "types.uniq types.string" -> "types.str"

This commit is contained in:
Eelco Dolstra
2013-10-30 14:57:42 +01:00
parent 162b874469
commit 862e3dd977
35 changed files with 97 additions and 97 deletions
@@ -32,13 +32,13 @@ in {
host = mkOption {
description = "Graphite web frontend listen address";
default = "127.0.0.1";
type = types.uniq types.string;
type = types.str;
};
port = mkOption {
description = "Graphite web frontend port";
default = "8080";
type = types.uniq types.string;
type = types.str;
};
};
@@ -56,7 +56,7 @@ in {
LOG_UPDATES = False
LOG_CACHE_HITS = False
'';
type = types.uniq types.string;
type = types.str;
};
enableCache = mkOption {