diff --git a/hosts/by-name/servo/services/slskd.nix b/hosts/by-name/servo/services/slskd.nix index 267ef1bb6..29c2bdd22 100644 --- a/hosts/by-name/servo/services/slskd.nix +++ b/hosts/by-name/servo/services/slskd.nix @@ -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" = {