add fabian to networkmanager group
This commit is contained in:
parent
fe69cfabd3
commit
801e1f43b4
|
@ -55,7 +55,7 @@
|
|||
uid = 1002;
|
||||
group = "fabian";
|
||||
shell = pkgs.zsh;
|
||||
extraGroups = [ "users" "wheel" ];
|
||||
extraGroups = [ "users" "wheel" "networkmanager" ];
|
||||
};
|
||||
groups.fabian.gid = 1002;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue