fix(networking): Predictable interface names
This commit is contained in:
parent
89e52b8a74
commit
53e06aa3d6
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue