Former-commit-id: 9177f93a96
This commit is contained in:
Hadi
2024-06-07 22:41:10 +02:00
parent 784df1e08f
commit ca138aa8af

View File

@@ -7,6 +7,6 @@
package = pkgs.nextcloud29; package = pkgs.nextcloud29;
hostName = "localhost"; hostName = "localhost";
config.adminpassFile = "/etc/nextcloudpwd"; config.adminpassFile = "/etc/nextcloudpwd";
settings = { port = 8080; }; settings = { overwritehost = "localhost:8080"; };
}; };
} }