feat(nos): reduce workload
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
f7f8b2ec19
commit
e1d77d8e05
3 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
||||||
./jellyfin
|
./jellyfin
|
||||||
./llm
|
./llm
|
||||||
./mergerfs
|
./mergerfs
|
||||||
./obsidian-livesync
|
# ./obsidian-livesync
|
||||||
./qbittorrent
|
./qbittorrent
|
||||||
./snapraid
|
./snapraid
|
||||||
./subtitles
|
./subtitles
|
||||||
|
|
|
@ -29,7 +29,7 @@ in {
|
||||||
"/data:/data"
|
"/data:/data"
|
||||||
];
|
];
|
||||||
|
|
||||||
cpus = 2;
|
cpus = 0.5;
|
||||||
networks = ["proxy_net"];
|
networks = ["proxy_net"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -41,8 +41,8 @@ in {
|
||||||
find /data/{anime,history,movies,tv} -name '*.srt' | subscleaner
|
find /data/{anime,history,movies,tv} -name '*.srt' | subscleaner
|
||||||
|
|
||||||
# Bulk sync everything
|
# Bulk sync everything
|
||||||
bb movies sync
|
# bb movies sync
|
||||||
bb tv-shows sync
|
# bb tv-shows sync
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue