fix networkd problems

This commit is contained in:
Ingolf Wagner 2023-02-07 13:09:27 +01:00
parent 7555be8959
commit 531d660edd
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -88,5 +88,9 @@
fsType = "ext4";
};
# usually part of the wifi.nix module
# because Networkd-wait-online is just failing.
systemd.services.systemd-networkd-wait-online.enable = false;
systemd.services.NetworkManager-wait-online.enable = false;
}