Add ekzyis to networkmanager group
This commit is contained in:
parent
df3a75ae6f
commit
d4d04afb54
|
@ -68,7 +68,7 @@
|
|||
users.users.ekzyis = {
|
||||
isNormalUser = true;
|
||||
home = "/home/ekzyis";
|
||||
extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
|
||||
extraGroups = [ "wheel" "networkmanager" ]; # Enable ‘sudo’ for the user.
|
||||
packages = with pkgs; [
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue