adjust nextcloud port and change caddy to match
This commit is contained in:
parent
62ea9e7b88
commit
0ef58010f3
2 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue