Add user to dialout group

main
kalle 2024-03-06 10:04:30 +01:00
parent 5dc392a9b6
commit 9c21446c56
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@
users.users.kalle = {
isNormalUser = true;
group = "kalle";
extraGroups = [ "wheel" ]; # Enable sudo for the user.
extraGroups = [ "wheel" "dialout" ]; # Enable sudo for the user.
};
users.groups.kalle.gid = 1000;