feat: re-enable nextcloud

This commit is contained in:
uttarayan21
2025-01-05 23:28:10 +05:30
parent 35676b7383
commit b36fdc9a9b
2 changed files with 7 additions and 7 deletions

View File

@@ -21,11 +21,11 @@
reverse_proxy localhost:8080
'';
};
nginx.virtualHosts."${config.services.nextcloud.hostName}".listen = [
{
addr = "127.0.0.1";
port = 8080; # NOT an exposed port
}
];
};
nginx.virtualHosts."${config.services.nextcloud.hostName}".listen = [
{
addr = "127.0.0.1";
port = 8080; # NOT an exposed port
}
];
}