summaryrefslogtreecommitdiff
path: root/hosts/optiplex
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2026-07-08 17:09:53 -0500
committerTim Keller <tjk@tjkeller.xyz>2026-07-08 17:09:53 -0500
commitcf6782680b604e54ed70368c915cba15ee06ff0b (patch)
treebddde067a0bd9980f351fe9db0ad602502c4e74e /hosts/optiplex
parent1878d88f72f97e6cbcb050430895bb728a835600 (diff)
downloadnixos-cf6782680b604e54ed70368c915cba15ee06ff0b.tar.xz
nixos-cf6782680b604e54ed70368c915cba15ee06ff0b.zip
replace prusa slicer with orca and enable open-bamboo-plugin on optiplexHEADmaster
Diffstat (limited to 'hosts/optiplex')
-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";