porcorosso: add lukegb to dialout
I would like to be able to use /dev/ttyUSB0 without sudo thanks.
This commit is contained in:
parent
35c014bdbe
commit
8acf275884
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ in {
|
|||
|
||||
# Define a user account.
|
||||
users.users.lukegb = {
|
||||
extraGroups = [ "wheel" "networkmanager" "libvirtd" "lxd" "video" ];
|
||||
extraGroups = [ "wheel" "networkmanager" "libvirtd" "lxd" "video" "dialout" ];
|
||||
};
|
||||
my.home-manager.system = {...}: {
|
||||
xsession.windowManager.i3.config.startup = lib.mkAfter [
|
||||
|
|
Loading…
Reference in a new issue