summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/optiplex/configuration.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/optiplex/configuration.nix b/hosts/optiplex/configuration.nix
index 5108e72..cef632e 100644
--- a/hosts/optiplex/configuration.nix
+++ b/hosts/optiplex/configuration.nix
@@ -103,6 +103,8 @@
subpixelRendering = "rgb";
hinting = "none";
};
+ # Enable open-bamboo-networking plugin for OrcaSlicer
+ programs.openBambooNetworking.enable = true;
};
system.stateVersion = "25.11";