fix: all of rossby is now on networkd and resolved

This commit is contained in:
2025-10-09 22:57:48 +02:00
parent 670c75953d
commit 7cc6cd0eba
2 changed files with 5 additions and 0 deletions

View File

@@ -55,7 +55,11 @@ let
useDHCP = false;
};
# systemd.services.systemd-networkd-wait-online.enable = false;
systemd.network.wait-online.ignoredInterfaces = [ "ibp1s0" ];
systemd.network = {
# wait-online.enable = false;
networks = {
"40-${host.iface}" = {
matchConfig.Name = host.iface;