porcorosso: add lukegb to dialout

I would like to be able to use /dev/ttyUSB0 without sudo thanks.
This commit is contained in:
Luke Granger-Brown 2022-04-30 16:46:31 +01:00
parent 35c014bdbe
commit 8acf275884

View file

@ -197,7 +197,7 @@ in {
# Define a user account. # Define a user account.
users.users.lukegb = { users.users.lukegb = {
extraGroups = [ "wheel" "networkmanager" "libvirtd" "lxd" "video" ]; extraGroups = [ "wheel" "networkmanager" "libvirtd" "lxd" "video" "dialout" ];
}; };
my.home-manager.system = {...}: { my.home-manager.system = {...}: {
xsession.windowManager.i3.config.startup = lib.mkAfter [ xsession.windowManager.i3.config.startup = lib.mkAfter [