diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-07-09 18:54:08 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-07-09 18:54:08 -0500 |
| commit | 8692ac2970b16327103c7ccf30303461005ddc76 (patch) | |
| tree | b087f26d228879f7ab21075a179ae0678cbeb648 /hosts/optiplex/configuration.nix | |
| parent | cb1655c86a9552a6801c5296e9241204085a59f3 (diff) | |
| parent | cf6782680b604e54ed70368c915cba15ee06ff0b (diff) | |
| download | nixos-8692ac2970b16327103c7ccf30303461005ddc76.tar.xz nixos-8692ac2970b16327103c7ccf30303461005ddc76.zip | |
Diffstat (limited to 'hosts/optiplex/configuration.nix')
| -rw-r--r-- | hosts/optiplex/configuration.nix | 2 |
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"; |
