Add user to dialout group

This commit is contained in:
Johannes Rothe 2024-11-16 19:11:04 +01:00
parent 7bf5b65d22
commit 1d8f8385cd

View File

@ -82,7 +82,7 @@
users.users.rothe = { users.users.rothe = {
isNormalUser = true; isNormalUser = true;
description = "rothe"; description = "rothe";
extraGroups = [ "networkmanager" "wheel" "video" "scanner" "lp" "incus-admin"]; extraGroups = [ "networkmanager" "wheel" "video" "scanner" "lp" "incus-admin" "dialout" ];
shell = pkgs.fish; shell = pkgs.fish;
packages = with pkgs; [ packages = with pkgs; [
chromium chromium