diff --git a/flake.nix b/flake.nix index 8171bd1..3cb65f5 100644 --- a/flake.nix +++ b/flake.nix @@ -77,7 +77,7 @@ dbUrl = mkOption { type = types.string; - default = "postgresql://${config.services.postgres.user}:${config.services.postgres.password}@${config.services.postgres.host}:${toString config.services.postgres.port}/zoeyscomputer_prod"; + default = "postgresql://${config.services.postgresql.user}:${config.services.postgresql.password}@${config.services.postgresql.host}:${toString config.services.postgresql.port}/zoeyscomputer_prod"; description = "Postgres Databaase URL"; };