mirror of
https://github.com/larstvei/nix-config.git
synced 2026-03-22 20:20:12 +00:00
Add my user to dialout
I needed this to be able to flash a USB-device through Chrome.
This commit is contained in:
parent
9f101ad707
commit
b431896ca1
@ -18,6 +18,7 @@
|
||||
home = "/home/larstvei";
|
||||
shell = pkgs.fish;
|
||||
extraGroups = [
|
||||
"dialout"
|
||||
"networkmanager"
|
||||
"wheel"
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user