feat: open ports

This commit is contained in:
s-prechtl 2025-06-21 23:15:03 +02:00
parent 2d4a4dfe4c
commit a7c9143907

View file

@ -5,6 +5,7 @@
}: {
# This is only a temporary password and will be changed
environment.etc."nextcloud-admin-pass".text = "samcsamc11";
networking.firewall.allowedTCPPorts = [80 443];
services.nextcloud = {
enable = true;
hostName = "sprechtl.ddns.net";
@ -28,6 +29,7 @@
};
services.nginx = {
enable = true;
virtualHosts.${config.services.nextcloud.hostName} = {
forceSSL = true;
enableACME = true;