servo: transmission: port data to private store

This commit is contained in:
2024-07-27 14:14:27 +00:00
parent 540124d2f7
commit 060ae113a1

View File

@@ -35,7 +35,7 @@ let
};
in
{
sane.persist.sys.byStore.plaintext = [
sane.persist.sys.byStore.private = [
# TODO: mode? we need this specifically for the stats tracking in .config/
{ user = "transmission"; group = config.users.users.transmission.group; path = "/var/lib/transmission"; method = "bind"; }
];