This commit is contained in:
Hadi 2024-06-07 22:41:10 +02:00
parent 57867b1a22
commit 9177f93a96

View File

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