nas0: add webdav

This commit is contained in:
41666 2024-03-31 16:07:55 -04:00
parent 268b755795
commit 0adf9df034

View file

@ -84,7 +84,9 @@
# WebDAV anonymous reads # WebDAV anonymous reads
services.webdav-server-rs = { services.webdav-server-rs = {
enable = true; enable = true;
seetings = { user = "data";
group = "data";
settings = {
location = [ location = [
{ {
route = [ "/public/*path" ]; route = [ "/public/*path" ];