From 2bd88d7a93e92f1768a787e300204b21edb7ff5f Mon Sep 17 00:00:00 2001 From: Yuri Tatishchev Date: Mon, 9 Jun 2025 19:23:07 -0700 Subject: [PATCH] users: cazzzer: add dialout group for microcontroller stuff --- users/cazzzer/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/cazzzer/default.nix b/users/cazzzer/default.nix index b36343b..550f342 100644 --- a/users/cazzzer/default.nix +++ b/users/cazzzer/default.nix @@ -5,7 +5,7 @@ isNormalUser = true; description = "Yura"; group = "cazzzer"; - extraGroups = [ "wheel" ] + extraGroups = [ "wheel" "dialout" ] ++ lib.optionals config.networking.networkmanager.enable [ "networkmanager" ] ++ lib.optionals config.virtualisation.docker.enable [ "docker" ] ++ lib.optionals config.programs.wireshark.enable [ "wireshark" ]