From 66f97caadfd17cedc70584a1efc6e5f61127d504 Mon Sep 17 00:00:00 2001 From: maxstrb Date: Mon, 1 Dec 2025 14:33:40 +0100 Subject: [PATCH] non important commit --- configuration/laptop/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configuration/laptop/configuration.nix b/configuration/laptop/configuration.nix index f3be997..9c467fc 100644 --- a/configuration/laptop/configuration.nix +++ b/configuration/laptop/configuration.nix @@ -32,7 +32,10 @@ networking = { proxy.noProxy = "127.0.0.1,localhost,internal.domain"; - networkmanager.enable = true; + networkmanager = { + enable = true; + wifi.backend = "iwd"; + }; firewall.enable = true; };