This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Let networkd manage all devices on this system | |
network: | |
version: 2 | |
renderer: networkd | |
ethernets: | |
#declare the interface used y the bridge device | |
enp7s0: | |
dhcp4: no | |
dhcp6: no |