feat(nos): reduce workload
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2025-02-20 16:13:30 -05:00
parent f7f8b2ec19
commit e1d77d8e05
3 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@
./jellyfin
./llm
./mergerfs
./obsidian-livesync
# ./obsidian-livesync
./qbittorrent
./snapraid
./subtitles

View file

@ -29,7 +29,7 @@ in {
"/data:/data"
];
cpus = 2;
cpus = 0.5;
networks = ["proxy_net"];
};
};

View file

@ -41,8 +41,8 @@ in {
find /data/{anime,history,movies,tv} -name '*.srt' | subscleaner
# Bulk sync everything
bb movies sync
bb tv-shows sync
# bb movies sync
# bb tv-shows sync
'';
};