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