added more application persistence configurations

This commit is contained in:
Leyla Becker 2025-06-04 20:50:15 -05:00
parent 033cc6bc22
commit ca01e667a1
5 changed files with 26 additions and 5 deletions

View file

@ -17,7 +17,11 @@
}
(
lib.mkIf osConfig.host.impermanence.enable {
# TODO: map impermanence for qbittorrent
home.persistence."/persist${config.home.homeDirectory}" = {
directories = [
".config/qBittorrent"
];
};
}
)
]);