pepe: try to fix the network connection problems

This commit is contained in:
Ingolf Wagner 2020-04-12 17:49:26 +02:00
parent b8d0063aee
commit 8eed107a3e
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -49,6 +49,8 @@ in {
(mkIf cfg.enable { (mkIf cfg.enable {
networking.dhcpcd.allowInterfaces = cfg.interfaces;
networking.usePredictableInterfaceNames = true; networking.usePredictableInterfaceNames = true;
hardware.enableRedistributableFirmware = true; hardware.enableRedistributableFirmware = true;