mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2025-12-14 15:48:21 +01:00
laptop: add dialout group
This commit is contained in:
parent
0b738ab722
commit
4290edb613
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue