fix(astyanax): resolve network error on rebuild

This commit is contained in:
2026-08-24 19:36:19 +02:00
parent 028a6611d2
commit 385c26f3a0
+4 -1
View File
@@ -101,10 +101,13 @@ in
useNetworkd = true; useNetworkd = true;
}; };
systemd.network.networks."40-wlan0" = { systemd.network = {
networks."40-wlan0" = {
matchConfig.Name = "wlan0"; matchConfig.Name = "wlan0";
networkConfig.DHCP = "yes"; networkConfig.DHCP = "yes";
}; };
wait-online.anyInterface = true;
};
boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; boot.binfmt.emulatedSystems = [ "aarch64-linux" ];