From b8a1d337c3d86e5a319f2e5f2932bccaa0927ab6 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Sun, 22 Jun 2025 19:06:56 +0200 Subject: [PATCH] fix: missing port --- hosts/hitsugibune/nextcloud.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/hitsugibune/nextcloud.nix b/hosts/hitsugibune/nextcloud.nix index a5e26c1..a16b0c0 100644 --- a/hosts/hitsugibune/nextcloud.nix +++ b/hosts/hitsugibune/nextcloud.nix @@ -54,6 +54,10 @@ port = 443; ssl = true; } + { + addr = "127.0.0.1"; + port = 8080; + } ]; locations = { "/nextcloud" = {