home: remove octoprint

This commit is contained in:
Dmitriy Pleshevskiy 2023-11-30 14:16:42 +03:00
parent cc13e46609
commit e7f9255397
Signed by: pleshevskiy
GPG key ID: 79C4487B44403985

View file

@ -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 ];
};
}