diff options
| -rw-r--r-- | modules/user.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; [ |
