feat(host/server): update services with only production running
This commit is contained in:
parent
1c3ce7451b
commit
b239890c0c
1 changed files with 5 additions and 5 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue