diff --git a/hosts/home/configuration.nix b/hosts/home/configuration.nix index e9deb33..19f15e6 100644 --- a/hosts/home/configuration.nix +++ b/hosts/home/configuration.nix @@ -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 @@ }; }; }; + */ }