From b239890c0cc5632cc9af4b392c613780812bbb99 Mon Sep 17 00:00:00 2001 From: Raphael Date: Thu, 4 Dec 2025 00:15:00 +0100 Subject: [PATCH] feat(host/server): update services with only production running --- hosts/server/configuration.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index 48b3415..8f60c86 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -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;