mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-05-04 02:34:52 +00:00
4a5c50ab76
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
11 lines
192 B
Plaintext
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
|