networking fixes
All checks were successful
Check Flake / check-flake (push) Successful in 3m18s

This commit is contained in:
2026-02-24 23:37:15 -08:00
parent a0fcacdcf9
commit 6191e4060f
3 changed files with 5 additions and 4 deletions

View File

@@ -175,8 +175,8 @@ in
# Enable systemd-networkd for bridge management
systemd.network.enable = true;
# Don't let systemd-networkd-wait-online block boot on bridge
systemd.network.wait-online.ignoredInterfaces = [ cfg.bridgeName ];
# TODO: re-enable once primary networking uses networkd
systemd.network.wait-online.enable = false;
# Tell NetworkManager to ignore VPN bridge and container interfaces
networking.networkmanager.unmanaged = mkIf config.networking.networkmanager.enable [