Add my user to dialout

I needed this to be able to flash a USB-device through Chrome.
This commit is contained in:
larstvei 2026-02-19 13:49:16 +01:00
parent 9f101ad707
commit b431896ca1

View File

@ -18,6 +18,7 @@
home = "/home/larstvei"; home = "/home/larstvei";
shell = pkgs.fish; shell = pkgs.fish;
extraGroups = [ extraGroups = [
"dialout"
"networkmanager" "networkmanager"
"wheel" "wheel"
]; ];