summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--system/settings/hardware/iwd.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/settings/hardware/iwd.nix b/system/settings/hardware/iwd.nix
index 560c6694..f1a67764 100644
--- a/system/settings/hardware/iwd.nix
+++ b/system/settings/hardware/iwd.nix
@@ -4,6 +4,7 @@
   networking.wireless.iwd = {
     enable = true;
   };
+  users.users.alan.extraGroups = [ "network" ];
 
   services.connman.wifi.backend = "iwd";
 }