Former-commit-id: 7b9e579a4e
This commit is contained in:
Hadi
2024-06-07 22:34:48 +02:00
parent 820268a2a1
commit a12846fddc

View File

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