servo: slskd: dont persist any data, actually (it still works)
This commit is contained in:
@@ -10,9 +10,9 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
sane.persist.sys.byStore.private = [
|
||||
# contains logs, search history, and downloads.
|
||||
# otherwise, i think i could safely de-persist this?
|
||||
sane.persist.sys.byStore.ephemeral = [
|
||||
# {data,downloads,incomplete,logs}: contains logs, search history, and downloads
|
||||
# so, move the downloaded data to persistent storage regularly, or explicitly symlink that/persist it elsewhere
|
||||
{ user = "slskd"; group = "media"; path = "/var/lib/slskd"; method = "bind"; }
|
||||
];
|
||||
sops.secrets."slskd_env" = {
|
||||
|
Reference in New Issue
Block a user