From 8eed107a3ed8c20e31f4e3f40ac41f67bb1d58f5 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Sun, 12 Apr 2020 17:49:26 +0200 Subject: [PATCH] pepe: try to fix the network connection problems --- modules/system/wifi.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/system/wifi.nix b/modules/system/wifi.nix index 6ea0433..fe416a1 100644 --- a/modules/system/wifi.nix +++ b/modules/system/wifi.nix @@ -49,6 +49,8 @@ in { (mkIf cfg.enable { + networking.dhcpcd.allowInterfaces = cfg.interfaces; + networking.usePredictableInterfaceNames = true; hardware.enableRedistributableFirmware = true;