Add user to dialout

This commit is contained in:
Alexander Wainwright
2026-02-21 13:20:32 +10:00
parent 28842f376b
commit 931e6f1c8f

View File

@@ -4,7 +4,7 @@
users.users.alex = {
isNormalUser = true;
description = "Alexander Wainwright";
extraGroups = [ "networkmanager" "wheel" ];
extraGroups = [ "networkmanager" "wheel" "dialout" ];
packages = with pkgs; [
# thunderbird
];