replace webdav with samba
All checks were successful
Flake check / flake-check (pull_request) Successful in 18s
Build hosts / build-hosts (pull_request) Successful in 33s

This commit is contained in:
sid 2026-05-17 18:54:10 +02:00
parent dab1a39866
commit 1bb2b7c194
8 changed files with 30 additions and 106 deletions

View file

@ -49,9 +49,5 @@ rec {
fqdn = "pw." + intranet;
port = 8222;
};
webdav = {
fqdn = "dav." + intranet;
port = 8080;
};
};
}