]>
Commit | Line | Data |
---|---|---|
da7dd4b8 TG |
1 | # interfaces(5) file used by ifup(8) and ifdown(8) |
2 | # Include files from /etc/network/interfaces.d: | |
3 | source /etc/network/interfaces.d/* | |
4 | ||
dfcab1df TG |
5 | allow-hotplug enp3s0 |
6 | iface enp3s0 inet dhcp | |
7 | ||
60b2ebc1 TG |
8 | allow-hotplug wlp1s0f0 |
9 | iface wlp1s0f0 inet dhcp | |
da7dd4b8 | 10 | wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf |