From 1b13fc637d9e7cdec40bc5cd75eb2f44a91da99b Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sat, 22 Feb 2025 11:07:20 +0100 Subject: feat(workstation): add platformio and dialout group for split-flap --- nixos/profiles/workstation/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/profiles/workstation/default.nix') diff --git a/nixos/profiles/workstation/default.nix b/nixos/profiles/workstation/default.nix index fee6a86..523cb1b 100644 --- a/nixos/profiles/workstation/default.nix +++ b/nixos/profiles/workstation/default.nix @@ -31,6 +31,7 @@ in extraGroups = [ "wheel" "networkmanager" + "dialout" ]; }; -- cgit v1.2.3