replace webdav with copyparty

This commit is contained in:
wi11-holdsworth 2025-07-29 12:04:26 +10:00
parent f7464a6dff
commit 4363c64619
8 changed files with 143 additions and 55 deletions

View file

@ -5,6 +5,7 @@ in
{
config = lib.mkIf config.${feature}.enable {
# couchdb.enable = true;
copyparty.enable = true;
flaresolverr.enable = true;
homepage-dashboard.enable = true;
immich.enable = true;
@ -20,7 +21,6 @@ in
qbittorrent.enable = true;
vaultwarden.enable = true;
vscode-server.enable = true;
webdav.enable = true;
users.groups.media = {};
};