diff --git a/hosts/modules/alexandria/services.nix b/hosts/modules/alexandria/services.nix index e2d6cb4..ebf12b1 100644 --- a/hosts/modules/alexandria/services.nix +++ b/hosts/modules/alexandria/services.nix @@ -94,7 +94,7 @@ in webdav = { enable = true; settings = { - address = "127.0.0.1"; + address = "0.0.0.0"; port = lib.toInt ports.webdav; scope = "/data/webdav"; modify = true;