Skip to content

Commit

Permalink
nix module add 'http' to DB_HOST
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicWrege committed Dec 31, 2023
1 parent ef31348 commit 56f82eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ in
ADDR = cfg.addr;
PORT = toString cfg.port;
TOMTOM_KEY = cfg.tomtomKey;
DB_HOST = "${pocketBaseHost}";
DB_HOST = "http://${pocketBaseHost}";
};
serviceConfig = {
Type = "simple";
Expand Down

0 comments on commit 56f82eb

Please sign in to comment.