fix: the network issues
This commit is contained in:
parent
46cae94f99
commit
39594e5973
1 changed files with 3 additions and 0 deletions
|
@ -123,6 +123,9 @@ in {
|
||||||
# use teh above nameservers as the fallback dns
|
# use teh above nameservers as the fallback dns
|
||||||
services.resolved.fallbackDns = config.networking.nameservers;
|
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 = [
|
environment.systemPackages = [
|
||||||
# for flakes
|
# for flakes
|
||||||
pkgs.git
|
pkgs.git
|
||||||
|
|
Loading…
Reference in a new issue