this repo has no description
31
fork

Configure Feed

Select the types of activity you want to include in your feed.

hosts/appview: rwx for .appview.db-litestream

Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>

+1
+1
hosts/appview/services/litestream.nix
··· 32 32 "a+ /var/lib/appview/appview.db - - - - user:litestream:rwx" 33 33 "a+ /var/lib/appview/appview.db-wal - - - - user:litestream:rwx" 34 34 "a+ /var/lib/appview/appview.db-shm - - - - user:litestream:rwx" 35 + "a+ /var/lib/appview/.appview.db-litestream - - - - user:litestream:rwx" 35 36 ]; 36 37 }