This commit is contained in:
Hadi 2024-06-07 22:37:59 +02:00
parent 7b9e579a4e
commit 57867b1a22

View File

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