From 1d8f8385cd886b27908adcf7517d217e15895ff1 Mon Sep 17 00:00:00 2001 From: Johannes Rothe Date: Sat, 16 Nov 2024 19:11:04 +0100 Subject: [PATCH] Add user to dialout group --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index ad9cfca..54513d2 100644 --- a/configuration.nix +++ b/configuration.nix @@ -82,7 +82,7 @@ users.users.rothe = { isNormalUser = true; description = "rothe"; - extraGroups = [ "networkmanager" "wheel" "video" "scanner" "lp" "incus-admin"]; + extraGroups = [ "networkmanager" "wheel" "video" "scanner" "lp" "incus-admin" "dialout" ]; shell = pkgs.fish; packages = with pkgs; [ chromium