for some reason this fixes network and i hate it?

This commit is contained in:
Artemis Tosini 2020-11-06 22:10:01 +00:00
parent f015683bb3
commit dde5c98b21
Signed by: artemist
GPG key ID: ADFFE553DCBB831E

View file

@ -28,6 +28,7 @@
prefixLength = 128; prefixLength = 128;
}]; }];
}; };
networking.dhcpcd.allowInterfaces = [ "br0" ];
hardware.cpu.amd.updateMicrocode = true; hardware.cpu.amd.updateMicrocode = true;
services = { services = {