feat: moved filebot cleanup to jellyfin persistence
This commit is contained in:
parent
bc705098d6
commit
2935d43bcb
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.persistence = lib.mkIf config.host.impermanence.enable {
|
environment.persistence = lib.mkIf config.host.impermanence.enable {
|
||||||
"/persist/system/filebot_cleanup" = {
|
"/persist/system/jellyfin" = {
|
||||||
enable = true;
|
enable = true;
|
||||||
hideMounts = true;
|
hideMounts = true;
|
||||||
files = [
|
files = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue