all repos — nixfiles @ 650ac301b48112cd2c1b2a445a0b0fabec58d87d

System and user configuration, managed by nix and home-manager

iwd: let user manage network settings

Alan Pearce
commit

650ac301b48112cd2c1b2a445a0b0fabec58d87d

parent

041e9a4c2e216acddd60bff199e609ddae3edddb

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M system/settings/hardware/iwd.nixsystem/settings/hardware/iwd.nix
@@ -4,6 +4,7 @@ {
networking.wireless.iwd = { enable = true; }; + users.users.alan.extraGroups = [ "network" ]; services.connman.wifi.backend = "iwd"; }