vmix.nix/lib/images/linux
Git Sagar 9784736260 fix: manual-net-ifaces.d ordering never applied, vmbr0 randomly unconfigured
After= was placed in [Service], which systemd ignores ('Unknown key
After'), so the interfaces.d merge + ifreload raced networking.service
on every boot. On losing boots vmbr0 never ran DHCP and the proxmox
guest came up without its LAN IP (bridging still worked, so inner VMs
stayed reachable while the PVE host itself was not).

Move After= to [Unit] ordering against networking.service, and mkdir
/run/network in ExecStartPre: the image-build workaround for
ifupdown2#276 doesn't survive boots since /run is tmpfs.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-23 20:23:54 -03:00
..
debian fix: manual-net-ifaces.d ordering never applied, vmbr0 randomly unconfigured 2026-07-23 20:23:54 -03:00
customizeImage.nix sync with labv2.nix + standalone flake with toDisk app 2026-05-23 19:18:10 -03:00
default.nix sync with labv2.nix + standalone flake with toDisk app 2026-05-23 19:18:10 -03:00
scripts-n-files.nix sync with labv2.nix + standalone flake with toDisk app 2026-05-23 19:18:10 -03:00