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 = {