host/home: disable i2pd, kubo, transmission, games
This commit is contained in:
parent
777169701c
commit
4a805f9199
1 changed files with 6 additions and 2 deletions
|
@ -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 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue