This commit is contained in:
Eelco Dolstra 2015-06-29 09:28:34 +00:00 committed by Rob Vermaas
parent 008d610467
commit 171303864e

View file

@ -41,7 +41,7 @@ in
};
dbi = mkOption {
type = types.string;
type = types.str;
default = "dbi:Pg:dbname=hydra;user=hydra;";
example = "dbi:Pg:dbname=hydra;host=postgres.example.org;user=foo;";
description = ''