From d99ed70f801a564276dec9ed35f407f53f0c06ac Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Wed, 21 Jan 2026 20:04:54 +0200 Subject: [PATCH] feat: add user to dialout on arwen --- modules/hosts/ws/arwen/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hosts/ws/arwen/default.nix b/modules/hosts/ws/arwen/default.nix index 22837ec..eb6314d 100644 --- a/modules/hosts/ws/arwen/default.nix +++ b/modules/hosts/ws/arwen/default.nix @@ -133,7 +133,7 @@ in { ++ [ inputs.self.modules.nixos.${user} { - users.users.${user}.extraGroups = ["video"]; + users.users.${user}.extraGroups = ["video" "dialout"]; } ] ++ lib.flatten [ -- 2.44.1