add dialout to groups for tty in chrome

This commit is contained in:
2025-03-01 19:27:50 +01:00
parent b9f5d33f60
commit 3b48cc203a

View File

@ -6,7 +6,7 @@
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2025/02/09 01:43:46 by tomoron #+# #+# #
# Updated: 2025/02/09 18:28:27 by tomoron ### ########.fr #
# Updated: 2025/03/01 19:27:30 by tomoron ### ########.fr #
# #
# **************************************************************************** #
@ -46,7 +46,7 @@
users.users.tom = {
isNormalUser = true;
extraGroups = [ "wheel" "docker" "libvirtd"];
extraGroups = [ "wheel" "docker" "libvirtd" "dialout"];
initialPassword = "password";
};