summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-12-24 04:57:30 +0100
committerRory& <root@rory.gay>2024-12-24 04:57:30 +0100
commit7f12c1ecf50708087385744f95495f6ae2be6306 (patch)
tree5987c9e3a5b3487cd3b4f40f5a59d437d0f5c904
parentAdd module (diff)
downloadRory-Open-Architecture-add-redpanda.tar.xz
Move redpanda on Rory-nginx to port 5100 add-redpanda
-rwxr-xr-xhost/Rory-nginx/configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-nginx/configuration.nix b/host/Rory-nginx/configuration.nix
index a29931b..f1ce3f9 100755
--- a/host/Rory-nginx/configuration.nix
+++ b/host/Rory-nginx/configuration.nix
@@ -113,7 +113,7 @@
         config = {
           http = {
             enabled = true;
-            address = "127.0.0.1:5000";
+            address = "127.0.0.1:5100";
           };
           input = {
             label = "";