Files
homelab-configs/apps/proxmox/hosts/pve/interfaces
T
mo 04162745e9 Reorganize repo: one folder per application under apps/.
Move docker/ and configs/ into apps/<name>/ with config/ subfolders.
Proxmox split into hosts/pve and hosts/dell-proxmox. Nginx under
infrastructure/. Update sync script, RESTORE.md, and per-app READMEs.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-17 13:23:38 +02:00

20 lines
286 B
Plaintext

auto lo
iface lo inet loopback
iface enp2s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.216/24
gateway 192.168.1.1
bridge-ports enp2s0
bridge-stp off
bridge-fd 0
iface enp0s13f0u2u2 inet manual
iface wlp3s0 inet manual
source /etc/network/interfaces.d/*