fix: use IP address for nextcloud host
This commit is contained in:
@@ -280,7 +280,7 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.nextcloud33;
|
package = pkgs.nextcloud33;
|
||||||
appstoreEnable = true;
|
appstoreEnable = true;
|
||||||
hostName = "localhost";
|
hostName = "127.0.0.1";
|
||||||
https = false;
|
https = false;
|
||||||
config = {
|
config = {
|
||||||
adminpassFile = config.age.secrets.nextcloudadmin.path;
|
adminpassFile = config.age.secrets.nextcloudadmin.path;
|
||||||
|
|||||||
Reference in New Issue
Block a user