fix(networking): Predictable interface names

This commit is contained in:
sinavir 2024-10-09 23:32:00 +02:00
parent 89e52b8a74
commit 53e06aa3d6

View file

@ -18,7 +18,7 @@
}; };
networks = { networks = {
"10-uplink" = { "10-uplink" = {
name = "eth0"; name = "enp1s0";
DHCP = "no"; DHCP = "no";
address = [ address = [
"129.199.129.76/24" "129.199.129.76/24"