use systemd-networkd

This commit is contained in:
Christoph Cullmann 2023-06-10 17:42:28 +02:00
parent 8d191f63d7
commit 7ef9ee727b
3 changed files with 20 additions and 2 deletions

View file

@ -16,4 +16,7 @@
# host name
networking.hostName = "mini";
# main network interface
systemd.network.networks."10-wan".matchConfig.Name = "eno1";
}