servo: slskd: dont persist any data, actually (it still works)
This commit is contained in:
@@ -10,9 +10,9 @@
|
|||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
sane.persist.sys.byStore.private = [
|
sane.persist.sys.byStore.ephemeral = [
|
||||||
# contains logs, search history, and downloads.
|
# {data,downloads,incomplete,logs}: contains logs, search history, and downloads
|
||||||
# otherwise, i think i could safely de-persist this?
|
# 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"; }
|
{ user = "slskd"; group = "media"; path = "/var/lib/slskd"; method = "bind"; }
|
||||||
];
|
];
|
||||||
sops.secrets."slskd_env" = {
|
sops.secrets."slskd_env" = {
|
||||||
|
Reference in New Issue
Block a user