diff --git a/hydra-module.nix b/hydra-module.nix index b42534788..a75086cda 100644 --- a/hydra-module.nix +++ b/hydra-module.nix @@ -30,7 +30,7 @@ let { HYDRA_TRACKER = cfg.tracker; COLUMNS = "80"; PGPASSFILE = "${baseDir}/pgpass-www"; # grrr - } // (optionalAttrs cfg.debugServer { DBIC_TRACE = 1; }); + } // (optionalAttrs cfg.debugServer { DBIC_TRACE = "1"; }); localDB = "dbi:Pg:dbname=hydra;user=hydra;";