feat: add user to dialout on arwen
1 files changed, 1 insertions(+), 1 deletions(-) M modules/hosts/ws/arwen/default.nix
M modules/hosts/ws/arwen/default.nix => modules/hosts/ws/arwen/default.nix +1 -1
@@ 133,7 133,7 @@ in { ++ [ inputs.self.modules.nixos.${user} { - users.users.${user}.extraGroups = ["video"]; + users.users.${user}.extraGroups = ["video" "dialout"]; } ] ++ lib.flatten [