serve immich external lib as webdav

This commit is contained in:
Yan Lin 2026-01-19 22:17:41 +01:00
parent 2a18cd831f
commit 7a7350ac42
2 changed files with 26 additions and 0 deletions

View file

@ -8,6 +8,7 @@
../../../modules/podman.nix
../../../modules/tailscale.nix
../../../modules/login-display.nix
../../../modules/dufs.nix
../../../modules/borg/client.nix
];
@ -211,4 +212,10 @@
};
};
services.dufs = {
sharedPath = "/home/yanlin/immich/ext-library";
user = "yanlin";
group = "users";
};
}