Add ekzyis to networkmanager group

This commit is contained in:
ekzyis 2024-04-22 12:12:43 +02:00
parent df3a75ae6f
commit d4d04afb54
1 changed files with 1 additions and 1 deletions

View File

@ -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; [
]; ];
}; };