summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-14 03:33:38 -0400
committerseth <[email protected]>2023-05-14 03:33:38 -0400
commited3492f8c10a1324817182f7708cdcf5a7c839d2 (patch)
treec6a0c58d6242c6e8c9850b1e798f991354733adf
parentdc91edd0ac2c922aafc7a5365ca6ed5677b838f2 (diff)
p-body: update url for guzzle-api
-rw-r--r--hosts/p-body/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/p-body/default.nix b/hosts/p-body/default.nix
index b396a90..07dafb7 100644
--- a/hosts/p-body/default.nix
+++ b/hosts/p-body/default.nix
@@ -26,7 +26,7 @@
services = {
guzzle-api = {
enable = true;
- url = "http://" + config.networking.domain;
+ url = "https://" + config.networking.domain + "/api";
port = "8080";
package = guzzle_api.packages.x86_64-linux.guzzle-api-server;
};