about summary refs log tree commit diff
path: root/users/wpcarro/nixos
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2021-12-19T13·11-0500
committerwpcarro <wpcarro@gmail.com>2021-12-20T03·01+0000
commit3324210c0aa6ee64e95717966fb55d94764fa7e9 (patch)
treee6a39ed55a1996cb81d039f02c257b9cdf5d6739 /users/wpcarro/nixos
parent4ae730b7f422e3aa3911363feef2f734c0840b49 (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/wpcarro/nixos')
-rw-r--r--users/wpcarro/nixos/marcus/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/wpcarro/nixos/marcus/default.nix b/users/wpcarro/nixos/marcus/default.nix
index d28c79b6b2..78f3527b12 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
     ];