From 3b48cc203aeca7f1c72a0661c06d071347828ba3 Mon Sep 17 00:00:00 2001 From: tomoron Date: Sat, 1 Mar 2025 19:27:50 +0100 Subject: [PATCH] add dialout to groups for tty in chrome --- osConfigs/global.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/osConfigs/global.nix b/osConfigs/global.nix index c7de160..c4b1237 100644 --- a/osConfigs/global.nix +++ b/osConfigs/global.nix @@ -6,7 +6,7 @@ # By: tomoron +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # 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"; };