delfin: persist server settings

This commit is contained in:
Colin 2023-12-15 08:17:07 +00:00
parent 83b83841d6
commit a933f8b512

View File

@ -222,6 +222,9 @@ in
cargo.persist.byStore.plaintext = [ ".cargo" ];
# auth token, preferences
delfin.persist.byStore.private = [ ".config/delfin" ];
# creds, but also 200 MB of node modules, etc
discord.persist.byStore.private = [ ".config/discord" ];