fix: the network issues

This commit is contained in:
silver 2024-01-27 23:04:48 +00:00
parent 46cae94f99
commit 39594e5973

View file

@ -123,6 +123,9 @@ in {
# use teh above nameservers as the fallback dns
services.resolved.fallbackDns = config.networking.nameservers;
# https://discourse.nixos.org/t/systemd-networkd-wait-online-934764-timeout-occurred-while-waiting-for-network-connectivity/33656/9
systemd.network.wait-online.enable = false;
environment.systemPackages = [
# for flakes
pkgs.git