From e5f4d544e72b7f721b45df42960c614053a52d08 Mon Sep 17 00:00:00 2001 From: Mel Date: Thu, 3 Apr 2025 21:59:45 +0200 Subject: Add mel to dialout group for serial devices Signed-off-by: Mel --- modules/user.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/user.nix b/modules/user.nix index 7c5553c..e8f658e 100644 --- a/modules/user.nix +++ b/modules/user.nix @@ -6,7 +6,7 @@ isNormalUser = true; description = "Mel"; shell = pkgs.fish; - extraGroups = [ "wheel" "kvm" "networkmanager" "adbusers" ]; + extraGroups = [ "wheel" "dialout" "kvm" "networkmanager" "adbusers" ]; hashedPassword = "$y$j9T$4wGl.YJizIpcfFv0LyvLU0$7LLEkjIFWBOV.XXynReCOczBYNX0EZfMPIDB/bmmhhC"; packages = (with pkgs; [ -- cgit 1.4.1