fix(astyanax): resolve network error on rebuild

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