hippocampus: 24.05 -> 24.11 trace fixup
This commit is contained in:
@@ -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"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user