Skip to content

Commit

Permalink
fix: remove dialout from default groups
Browse files Browse the repository at this point in the history
  • Loading branch information
icecreammatt committed Mar 7, 2024
1 parent 88a2945 commit 1930953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosts/nixos/gaming/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ in {
# users.defaultUserShell = pkgs.fish;
users.users.matt = {
isNormalUser = true;
extraGroups = ["networkmanager" "wheel" "dialout"];
extraGroups = ["networkmanager" "wheel"];
};

# Allow unfree packages
Expand Down

0 comments on commit 1930953

Please sign in to comment.