summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2022-07-02 01:13:45 +0200
committerAlan Pearce2022-07-02 01:13:45 +0200
commit650ac301b48112cd2c1b2a445a0b0fabec58d87d (patch)
tree4d8b5936426c6d4bafe0a1ce1079c4e1e5abbb48
parent041e9a4c2e216acddd60bff199e609ddae3edddb (diff)
downloadnixfiles-650ac301b48112cd2c1b2a445a0b0fabec58d87d.tar.lz
nixfiles-650ac301b48112cd2c1b2a445a0b0fabec58d87d.tar.zst
nixfiles-650ac301b48112cd2c1b2a445a0b0fabec58d87d.zip
iwd: let user manage network settings
-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";
 }