My network seems to go down and then up every once in a while.
The output of dmesg
as
[10916.292570] r8169 0000:01:00.0 enp1s0: Link is Down
[10929.912911] r8169 0000:01:00.0 enp1s0: Link is Up - 1Gbps/Full - flow control off
[11164.262614] r8169 0000:01:00.0 enp1s0: Link is Down
[11178.125254] r8169 0000:01:00.0 enp1s0: Link is Up - 1Gbps/Full - flow control off
My configuration.nix is:
networking = {
enableIPv6 = false;
wireless = {
enable = false;
};
hostName = "hostName"; # Define your hostname.
hostId = "4e98920d";
firewall = {
enable = false;
};
};
I run linux 5.4.43 and nixos 20.03.2059.05a32d8e771 (Markhor).
journalctl doesn’t output anything network related before the network goes down.
I never had this issue in any old version.