From 998c352f0438e503513039f563a9069d74ab759a Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Sun, 22 Jun 2025 16:46:20 +0200 Subject: [PATCH] feat: move config --- hosts/hitsugibune/nextcloud.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hosts/hitsugibune/nextcloud.nix b/hosts/hitsugibune/nextcloud.nix index 1a28414..5aad711 100644 --- a/hosts/hitsugibune/nextcloud.nix +++ b/hosts/hitsugibune/nextcloud.nix @@ -49,9 +49,7 @@ port = 8080; # NOT an exposed port } ]; - }; - virtualHosts."10.0.0.69" = { locations = { "/nextcloud" = { priority = 9999; @@ -84,6 +82,9 @@ }; }; }; + + virtualHosts."10.0.0.69" = { + }; }; security.acme = {