Former-commit-id: 57867b1a22
This commit is contained in:
Hadi
2024-06-07 22:37:59 +02:00
parent a12846fddc
commit 784df1e08f

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; };
}; };
} }