diff --git a/hosts/hitsugibune/nextcloud.nix b/hosts/hitsugibune/nextcloud.nix index fceed42..cda5c04 100644 --- a/hosts/hitsugibune/nextcloud.nix +++ b/hosts/hitsugibune/nextcloud.nix @@ -46,11 +46,15 @@ enableACME = true; listen = [ { - addr = "127.0.0.1"; - port = 8080; # NOT an exposed port + addr = "0.0.0.0"; + port = 80; + } + { + addr = "0.0.0.0"; + port = 443; + ssl = true; } ]; - locations = { "/nextcloud" = { priority = 9999;