users/rin: add to dialout group
This commit is contained in:
parent
a4a38b4a8b
commit
7284f81fd4
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
programs.zsh.enable = true;
|
||||
users.users.rin = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "adbusers" "audio" "corectrl" "libvirtd" "networkmanager" "video" "wheel" "wireshark" ];
|
||||
extraGroups = [ "adbusers" "audio" "corectrl" "dialout" "libvirtd" "networkmanager" "video" "wheel" "wireshark" ];
|
||||
shell = pkgs.zsh;
|
||||
uid = 1001;
|
||||
hashedPasswordFile = config.age.secrets.passwd.path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue