From 345cb08e9924409af0edf72370aa4169293b977e Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Thu, 11 May 2023 18:46:56 +0200 Subject: [PATCH] Update wifi config --- nixos-configurations/shared.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/nixos-configurations/shared.nix b/nixos-configurations/shared.nix index eece52a..0bb834f 100644 --- a/nixos-configurations/shared.nix +++ b/nixos-configurations/shared.nix @@ -10,7 +10,13 @@ time.timeZone = "Europe/Amsterdam"; - networking.wireless.iwd.enable = true; + networking = { + networkmanager = { + enable = true; + wifi.backend = "iwd"; + } + wireless.iwd.enable = true; + }; services = { xserver = {