This commit is contained in:
Hadi 2024-06-07 22:34:48 +02:00
parent 65ec024028
commit 7b9e579a4e

View File

@ -5,7 +5,7 @@
services.nextcloud = {
enable = true;
package = pkgs.nextcloud29;
hostName = "localhost";
hostName = "localhost:8081";
config.adminpassFile = "/etc/nextcloudpwd";
};
}