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
|
||||
################################################################################
|
||||
local.services.i2pd.enable = true;
|
||||
local.services.kubo.enable = true;
|
||||
# local.services.i2pd.enable = true;
|
||||
# local.services.kubo.enable = true;
|
||||
|
||||
local.services.octoprint.enable = true;
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
# Torrent client
|
||||
/*
|
||||
services.transmission = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
@ -29,6 +30,7 @@
|
|||
rpc-whitelist = "192.168.7.*";
|
||||
};
|
||||
};
|
||||
*/
|
||||
|
||||
services.ollama = {
|
||||
enable = true;
|
||||
|
@ -58,6 +60,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
/*
|
||||
containers.games = {
|
||||
autoStart = true;
|
||||
bindMounts = {
|
||||
|
@ -114,4 +117,5 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
*/
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue