Revert "host/home: add octoprint draggable files plugin"
This reverts commit 2a142a83f6
.
This commit is contained in:
parent
2a142a83f6
commit
71002a2d14
1 changed files with 1 additions and 14 deletions
|
@ -119,19 +119,6 @@
|
||||||
services.octoprint = {
|
services.octoprint = {
|
||||||
enable = true;
|
enable = true;
|
||||||
port = 33002;
|
port = 33002;
|
||||||
plugins = ps: [
|
plugins = ps: [ ps.stlviewer ];
|
||||||
ps.stlviewer
|
|
||||||
(ps.buildPlugin rec {
|
|
||||||
pname = "octoprint_draggable_files";
|
|
||||||
version = "1.1.2";
|
|
||||||
|
|
||||||
src = pkgs.fetchFromGitHub {
|
|
||||||
owner = "SanderRonde";
|
|
||||||
repo = "Octoprint-Draggable-Files";
|
|
||||||
rev = version;
|
|
||||||
sha256 = "sha256-MCi+iLYQ1aVWe9ph+Lu1cGlGFGZ5e3fCp7PQ1lIGPr4=";
|
|
||||||
};
|
|
||||||
})
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue