diff options
author | William Carroll <wpcarro@gmail.com> | 2021-12-19T13·11-0500 |
---|---|---|
committer | wpcarro <wpcarro@gmail.com> | 2021-12-20T03·01+0000 |
commit | 3324210c0aa6ee64e95717966fb55d94764fa7e9 (patch) | |
tree | e6a39ed55a1996cb81d039f02c257b9cdf5d6739 /users | |
parent | 4ae730b7f422e3aa3911363feef2f734c0840b49 (diff) |
fix(wpcarro/marcus): Add wpcarro to networkmanager r/3322
This allows me to (e.g.) connect to wifi without being root. Change-Id: Iba2e8516aa7a9d24e52d7afa0de0c4f31e39be16 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4421 Tested-by: BuildkiteCI Reviewed-by: wpcarro <wpcarro@gmail.com>
Diffstat (limited to 'users')
-rw-r--r-- | users/wpcarro/nixos/marcus/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/wpcarro/nixos/marcus/default.nix b/users/wpcarro/nixos/marcus/default.nix index d28c79b6b2f2..78f3527b1222 100644 --- a/users/wpcarro/nixos/marcus/default.nix +++ b/users/wpcarro/nixos/marcus/default.nix @@ -68,6 +68,7 @@ in { users.users.wpcarro = { isNormalUser = true; extraGroups = [ + "networkmanager" "wheel" "video" # needed to control the screen brightness ]; |