From 39f9b88a8f9d4044a2e8a0245ff379735460b6ba Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Sat, 4 Nov 2023 14:54:03 +0100 Subject: [PATCH] Add serial access to user --- hosts/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 712b4e2..d2a74fb 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -12,7 +12,7 @@ users.users.${vars.user} = { # System User isNormalUser = true; - extraGroups = ["wheel" "video" "audio" "camera" "networkmanager" "lp" "scanner" "kvm" "libvirtd" "i2c"]; + extraGroups = ["wheel" "video" "audio" "camera" "networkmanager" "lp" "scanner" "kvm" "libvirtd" "i2c" "tty" "dialout"]; }; boot.supportedFilesystems = ["ntfs"];