qol(doloro@hosts): added dialout to groups

This commit is contained in:
2025-11-16 17:51:09 +00:00
parent 19ba0510c8
commit 34b256db3c

View File

@@ -196,7 +196,10 @@ in
users.users.doloro = { users.users.doloro = {
isNormalUser = true; isNormalUser = true;
shell = pkgs.fish; shell = pkgs.fish;
extraGroups = [ "wheel" ]; # Enable sudo for the user. extraGroups = [
"wheel"
"dialout"
]; # Enable sudo for the user.
packages = with pkgs; [ packages = with pkgs; [
tree tree
]; ];