fixed missing listen

This commit is contained in:
Jakub Dorfman 2026-07-15 17:00:21 +02:00
parent eed70a6969
commit 4af6798b5d

View file

@ -19,7 +19,9 @@
https = true; https = true;
# Let Caddy handle TLS termination; nginx only listens on localhost. # Let Caddy handle TLS termination; nginx only listens on localhost.
nginx.listen = [ # The nextcloud module creates the virtualhost at hostName; we override
# its listen address here.
services.nginx.virtualHosts.${config.services.nextcloud.hostName}.listen = [
{ {
addr = "127.0.0.1"; addr = "127.0.0.1";
port = 8081; port = 8081;