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