fix(astyanax): resolve network error on rebuild
This commit is contained in:
@@ -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" ];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user