diff options
| author | seth <[email protected]> | 2023-05-14 03:33:38 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-14 03:33:38 -0400 |
| commit | ed3492f8c10a1324817182f7708cdcf5a7c839d2 (patch) | |
| tree | c6a0c58d6242c6e8c9850b1e798f991354733adf /hosts | |
| parent | dc91edd0ac2c922aafc7a5365ca6ed5677b838f2 (diff) | |
p-body: update url for guzzle-api
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/p-body/default.nix | 2 |
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; }; |
