mirror of
https://github.com/Superredstone/nixos.git
synced 2026-06-17 15:24:39 +02:00
fix(bomba): remove redundant open port
This commit is contained in:
@@ -23,7 +23,6 @@
|
|||||||
];
|
];
|
||||||
services.octoprint = {
|
services.octoprint = {
|
||||||
enable = true;
|
enable = true;
|
||||||
openFirewall = true;
|
|
||||||
port = 8002;
|
port = 8002;
|
||||||
plugins =
|
plugins =
|
||||||
plugins: with plugins; [
|
plugins: with plugins; [
|
||||||
|
|||||||
Reference in New Issue
Block a user