fix(wpcarro/marcus): Add wpcarro to networkmanager

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>
This commit is contained in:
William Carroll 2021-12-19 08:11:44 -05:00 committed by wpcarro
parent 4ae730b7f4
commit 3324210c0a

View file

@ -68,6 +68,7 @@ in {
users.users.wpcarro = {
isNormalUser = true;
extraGroups = [
"networkmanager"
"wheel"
"video" # needed to control the screen brightness
];