host/home: disable i2pd, kubo, transmission, games

This commit is contained in:
Dmitriy Pleshevskiy 2024-11-28 16:50:02 +03:00
parent 777169701c
commit 4a805f9199
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2

View file

@ -14,13 +14,14 @@
################################################################################ ################################################################################
# Services # Services
################################################################################ ################################################################################
local.services.i2pd.enable = true; # local.services.i2pd.enable = true;
local.services.kubo.enable = true; # local.services.kubo.enable = true;
local.services.octoprint.enable = true; local.services.octoprint.enable = true;
virtualisation.docker.enable = true; virtualisation.docker.enable = true;
# Torrent client # Torrent client
/*
services.transmission = { services.transmission = {
enable = true; enable = true;
settings = { settings = {
@ -29,6 +30,7 @@
rpc-whitelist = "192.168.7.*"; rpc-whitelist = "192.168.7.*";
}; };
}; };
*/
services.ollama = { services.ollama = {
enable = true; enable = true;
@ -58,6 +60,7 @@
}; };
}; };
/*
containers.games = { containers.games = {
autoStart = true; autoStart = true;
bindMounts = { bindMounts = {
@ -114,4 +117,5 @@
}; };
}; };
}; };
*/
} }