Skip to content

Commit

Permalink
Add Bambu Studio
Browse files Browse the repository at this point in the history
Also add firewall rules to allow printer discovery.
  • Loading branch information
DanNixon committed Mar 8, 2024
1 parent 4df30f7 commit 0c0d5d0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configurations/akane/nixos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ inputs.nixpkgs.lib.nixosSystem {
services.tailscale.enable = true;

dotfiles.dan.groups = ["video" "dialout"];

# Required for Bambu Lab printer discovery
networking.firewall.allowedUDPPorts = [ 2021 ];
}
];
}
3 changes: 3 additions & 0 deletions configurations/kawashiro/nixos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ inputs.nixpkgs.lib.nixosSystem {
services.tailscale.enable = true;

dotfiles.dan.groups = ["video" "dialout"];

# Required for Bambu Lab printer discovery
networking.firewall.allowedUDPPorts = [ 2021 ];
}
];
}
3 changes: 3 additions & 0 deletions configurations/maya/nixos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ inputs.nixpkgs.lib.nixosSystem {
services.tailscale.enable = true;

dotfiles.dan.groups = ["video" "dialout"];

# Required for Bambu Lab printer discovery
networking.firewall.allowedUDPPorts = [ 2021 ];
})
];
}
1 change: 1 addition & 0 deletions modules/home-manager/cad.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"org.librecad.librecad"
"org.openscad.OpenSCAD"
"com.prusa3d.PrusaSlicer"
"com.bambulab.BambuStudio"
];
}

0 comments on commit 0c0d5d0

Please sign in to comment.