feature(user): add my user to the dialout group in order to access serial terminal

This commit is contained in:
2026-03-27 10:39:22 +01:00
parent 0fdada8766
commit f9f9c72498

View File

@@ -5,7 +5,7 @@
users.users.aaron = { users.users.aaron = {
isNormalUser = true; isNormalUser = true;
group = "users"; group = "users";
extraGroups = [ "wheel" "networkmanager" ]; extraGroups = [ "wheel" "networkmanager" "dialout" ];
shell = pkgs.zsh; shell = pkgs.zsh;
}; };