feat(host/server): update services with only production running

This commit is contained in:
Raphael 2025-12-04 00:15:00 +01:00
parent 1c3ce7451b
commit b239890c0c
No known key found for this signature in database

View file

@ -29,8 +29,8 @@
games = { games = {
lutris = false; lutris = false;
steam = { steam = {
enable = true; enable = false;
bp = true; bp = false;
}; };
}; };
@ -44,7 +44,7 @@
service = { service = {
selfhost = { selfhost = {
htop = true; htop = true;
ollama = false; ollama = true;
mail = true; mail = true;
monitor = true; monitor = true;
nextcloud = true; nextcloud = true;
@ -60,8 +60,8 @@
bot_discord = { bot_discord = {
master = true; master = true;
bde = false; bde = false;
tut = true; tut = false;
marty = true; marty = false;
ada = false; ada = false;
music = false; music = false;
tempvoc = true; tempvoc = true;