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:
parent
4ae730b7f4
commit
3324210c0a
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ in {
|
|||
users.users.wpcarro = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [
|
||||
"networkmanager"
|
||||
"wheel"
|
||||
"video" # needed to control the screen brightness
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue