From 908ecd453a4601332ce89f83e6bfa5cd73d85f57 Mon Sep 17 00:00:00 2001 From: joachimschmidt557 Date: Tue, 23 Apr 2024 15:10:12 +0200 Subject: [PATCH] dustbowl: add me to dialout group This was necessary to access serial devices (e.g. ESP32 over USB) without root. --- nixos/dustbowl.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/dustbowl.nix b/nixos/dustbowl.nix index 27cc24f..44f035b 100644 --- a/nixos/dustbowl.nix +++ b/nixos/dustbowl.nix @@ -434,7 +434,7 @@ isNormalUser = true; home = "/home/joachim"; shell = pkgs.fish; - extraGroups = [ "wheel" "scanner" "libvirtd" "wireshark" "vboxusers" "tss" "plugdev" ]; + extraGroups = [ "wheel" "scanner" "libvirtd" "wireshark" "vboxusers" "tss" "plugdev" "dialout" ]; }; # Yubikey PAM