diff --git a/nixos/hosts/home/default.nix b/nixos/hosts/home/default.nix index 1cfcff5..bcc7a16 100644 --- a/nixos/hosts/home/default.nix +++ b/nixos/hosts/home/default.nix @@ -113,12 +113,6 @@ proto.http.enable = true; }; + # Torrent client services.transmission.enable = true; - - # 3D printing - services.octoprint = { - enable = true; - port = 33002; - plugins = ps: [ ps.stlviewer ]; - }; }