add fabian to networkmanager group

This commit is contained in:
Fabián Montero 2022-03-21 23:22:55 -06:00
parent fe69cfabd3
commit 801e1f43b4

View file

@ -55,7 +55,7 @@
uid = 1002;
group = "fabian";
shell = pkgs.zsh;
extraGroups = [ "users" "wheel" ];
extraGroups = [ "users" "wheel" "networkmanager" ];
};
groups.fabian.gid = 1002;
};