nix-config/nixos/fuchsia/services/default.nix
jasmine 421ac61655
feat(fuchsia): add internet sharing service for 3D printer
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.
2025-10-30 14:57:38 +08:00

15 lines
198 B
Nix

{...}: {
imports = [
./amdgpu-clocks
./borgbackup
./flatpak
./internet-sharing
./libinput
./pipewire
./printing
./snapper
./ssh
./udev
./xserver
];
}