From 7284f81fd4f70d0151c7edc2d53f24a8da53b5e8 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Thu, 3 Apr 2025 22:23:55 +1100 Subject: [PATCH] users/rin: add to dialout group --- users/rin/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/rin/default.nix b/users/rin/default.nix index e645ea8..3737b18 100644 --- a/users/rin/default.nix +++ b/users/rin/default.nix @@ -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;