forked from lix-project/hydra
Fix type
This commit is contained in:
parent
008d610467
commit
171303864e
|
@ -41,7 +41,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
dbi = mkOption {
|
dbi = mkOption {
|
||||||
type = types.string;
|
type = types.str;
|
||||||
default = "dbi:Pg:dbname=hydra;user=hydra;";
|
default = "dbi:Pg:dbname=hydra;user=hydra;";
|
||||||
example = "dbi:Pg:dbname=hydra;host=postgres.example.org;user=foo;";
|
example = "dbi:Pg:dbname=hydra;host=postgres.example.org;user=foo;";
|
||||||
description = ''
|
description = ''
|
||||||
|
|
Loading…
Reference in a new issue