summaryrefslogtreecommitdiff
path: root/modules/services/postgresql/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/services/postgresql/default.nix')
-rw-r--r--modules/services/postgresql/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/services/postgresql/default.nix b/modules/services/postgresql/default.nix
index 35a4aed..a17ef3b 100644
--- a/modules/services/postgresql/default.nix
+++ b/modules/services/postgresql/default.nix
@@ -62,7 +62,7 @@ in
};
characterSet = mkOption {
- type = types.string;
+ type = types.str;
default = "UTF8";
example = "SJIS";
description = ''Character set specified during initialization'';