users/rin: add to dialout group

This commit is contained in:
LavaDesu 2025-04-03 22:23:55 +11:00
parent a4a38b4a8b
commit 7284f81fd4
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -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;