fix: use IP address for nextcloud host

This commit is contained in:
Greg Hellings
2026-08-08 01:00:12 -05:00
parent 076df9f924
commit e89b5ca5d1
+1 -1
View File
@@ -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;