fix: host

This commit is contained in:
s-prechtl 2025-06-21 23:24:33 +02:00
parent 2321db04be
commit b175a3c711

View file

@ -13,7 +13,7 @@
package = pkgs.nextcloud31; package = pkgs.nextcloud31;
settings = let settings = let
prot = "http"; # or https prot = "http"; # or https
host = "127.0.0.1"; host = "10.0.0.69";
dir = "/nextcloud"; dir = "/nextcloud";
in { in {
overwriteprotocol = prot; overwriteprotocol = prot;