hippocampus: 24.05 -> 24.11 trace fixup

This commit is contained in:
2024-11-29 17:13:41 -05:00
parent 5c70acaecd
commit e0dfd08f24
8 changed files with 12 additions and 10 deletions

View File

@@ -15,7 +15,7 @@ in {
enable = true;
package = pkgs.nextcloud28;
hostName = "localhost";
extraOptions = {
settings = {
trusted_domains = [
"cloud.crompton.cc"
"nextcloud.syzygial.cc"
@@ -99,7 +99,7 @@ in {
services.postgresql = {
enable = true;
port = 5432;
settings.port = 5432;
ensureDatabases = [
"nextcloud"
];