Add to dialout group

This commit is contained in:
Pedro Rey Anca 2025-04-16 17:20:30 +02:00
parent a957cd84d4
commit c9b932ba1b
Signed by: peprolinbot
GPG key ID: 053EA6E00116533A

View file

@ -23,7 +23,7 @@
users.users.${username} = {
isNormalUser = true;
description = "${username}";
extraGroups = ["networkmanager" "wheel" "i2c" "libvirtd" "adbusers"];
extraGroups = ["networkmanager" "wheel" "i2c" "libvirtd" "adbusers" "dialout"];
shell = pkgs.zsh;
};
nix.settings.allowed-users = ["${username}"];