diff --git a/hydra-module.nix b/hydra-module.nix index 823ca0c0..d7cd7c8f 100644 --- a/hydra-module.nix +++ b/hydra-module.nix @@ -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 = ''