From e7f92553973570d266b785cca0a0c62d84e48ab4 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Thu, 30 Nov 2023 14:16:42 +0300 Subject: [PATCH] home: remove octoprint --- nixos/hosts/home/default.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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 ]; - }; }