From 0624de4676c2307c3ca37760ef2fc2d1773fedca Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Thu, 4 Jul 2024 18:44:40 +0200 Subject: use network manager move hardware settings to one file --- common.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common.nix') diff --git a/common.nix b/common.nix index d6c653c..a5f9c6a 100644 --- a/common.nix +++ b/common.nix @@ -149,6 +149,9 @@ in # allow all firmware hardware.enableAllFirmware = true; + # use NetworkManager, works well for WiFi, too + networking.networkmanager.enable = true; + # ensure firewall is up, allow ssh in networking.firewall.enable = true; networking.firewall.allowedTCPPorts = [ 22 ]; -- cgit v1.2.3