From 4290edb613b462f708a30e0cceb25230b65594ce Mon Sep 17 00:00:00 2001 From: Lgmrszd Date: Wed, 30 Jul 2025 20:04:26 +0400 Subject: [PATCH] laptop: add dialout group --- hosts/laptop/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 72c6361..a947b43 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -315,7 +315,7 @@ in users.users.lgm = { isNormalUser = true; description = "lgm"; - extraGroups = [ "networkmanager" "wheel" "adbusers" "docker" "podman" "wireshark"]; + extraGroups = [ "networkmanager" "wheel" "adbusers" "docker" "podman" "wireshark" "dialout" ]; shell = pkgs.fish; };