mirror of
				https://github.com/Stunkymonkey/nixos.git
				synced 2025-10-30 17:32:09 +01:00 
			
		
		
		
	seperate 3d-design from printing
This commit is contained in:
		
							parent
							
								
									30d15bdde6
								
							
						
					
					
						commit
						7312071d30
					
				
					 3 changed files with 16 additions and 1 deletions
				
			
		
							
								
								
									
										15
									
								
								extra/3d-printer.nix
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								extra/3d-printer.nix
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,15 @@ | ||||||
|  | { config, pkgs, ... }: | ||||||
|  | { | ||||||
|  |   services.octoprint = { | ||||||
|  |     enable = true; | ||||||
|  |     plugins = plugins: with plugins; [ | ||||||
|  |       #costestimation | ||||||
|  |       #displayprogress | ||||||
|  |       #m86motorsoff | ||||||
|  |       stlviewer | ||||||
|  |       #telegram | ||||||
|  |       #title_status | ||||||
|  |     ]; | ||||||
|  |   }; | ||||||
|  |   networking.firewall.allowedTCPPorts = [ 5000 ]; | ||||||
|  | } | ||||||
|  | @ -7,7 +7,7 @@ | ||||||
|     ./disks.nix |     ./disks.nix | ||||||
|     ./disks-home.nix |     ./disks-home.nix | ||||||
|     ./sway.nix |     ./sway.nix | ||||||
|     ./extra/3d-printing.nix |     ./extra/3d-design.nix | ||||||
|     ./extra/android.nix |     ./extra/android.nix | ||||||
|     ./extra/arch-linux.nix |     ./extra/arch-linux.nix | ||||||
|     ./extra/avahi.nix |     ./extra/avahi.nix | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Felix Buehler
						Felix Buehler