Files
2026-03-09 22:30:41 +00:00

11 lines
192 B
Plaintext

# SparkOS Network Configuration
# Wired networking only for bootstrapping
# Loopback interface
auto lo
iface lo inet loopback
# Primary wired interface (DHCP)
auto eth0
iface eth0 inet dhcp