adjust nextcloud port and change caddy to match

This commit is contained in:
wo2wz 2025-08-27 17:37:33 -04:00
parent 62ea9e7b88
commit 0ef58010f3
2 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@
nextcloud = {
enable = true;
package = pkgs.nextcloud31;
hostName = "localhost:8001";
hostName = "localhost:8002";
config = {
adminuser = "wo2w";
adminpassFile = config.sops.secrets."nextcloud/adminpass".path;