Enables internet connection sharing from WiFi (wlo1) to Ethernet (enp34s0) to provide network access for the 3D printer. Includes DHCP server with static IP reservation, DNS forwarding through Pi-hole, and NAT configuration.
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			198 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			198 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{...}: {
 | 
						|
  imports = [
 | 
						|
    ./amdgpu-clocks
 | 
						|
    ./borgbackup
 | 
						|
    ./flatpak
 | 
						|
    ./internet-sharing
 | 
						|
    ./libinput
 | 
						|
    ./pipewire
 | 
						|
    ./printing
 | 
						|
    ./snapper
 | 
						|
    ./ssh
 | 
						|
    ./udev
 | 
						|
    ./xserver
 | 
						|
  ];
 | 
						|
}
 |