This commit is contained in:
Callum Leslie 2025-09-16 10:36:32 +01:00
parent 7789097c17
commit fedd077861
Signed by: cleslie
GPG key ID: 5A944DF89B6F65AC
6 changed files with 220 additions and 11 deletions

View file

@ -16,7 +16,12 @@ in {
"/media" = {
path = "/var/lib/media/library";
access = {
r = "*";
rw = ["c"];
};
};
"/paperless" = {
path = "/var/lib/media/library";
access = {
rw = ["c"];
};
};