initrd: fix network

This commit is contained in:
Rouven Seifert 2024-01-29 16:23:56 +01:00
parent ccd6290fb7
commit b8c31b4e4a
Signed by untrusted user: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
2 changed files with 18 additions and 9 deletions

View file

@ -43,7 +43,7 @@ in
enable = true;
# Interfaces on the machine
networks."10-ether-bond" = {
networks."10-wired-default" = {
matchConfig.Name = "ens18";
address = [ "141.30.30.169/25" ];