From c4cf3d1ba81bf02f37163677a67d0d28797d1218 Mon Sep 17 00:00:00 2001 From: smayzy Date: Thu, 13 Nov 2025 16:55:03 +0100 Subject: [PATCH] add dialout group for arduino ide to upload sketch --- hosts/common/common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/common/common.nix b/hosts/common/common.nix index 954748e..fa1b21e 100644 --- a/hosts/common/common.nix +++ b/hosts/common/common.nix @@ -24,6 +24,7 @@ "wheel" "adbusers" "wireshark" + "dialout" ]; };