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";
|
home = "/home/larstvei";
|
||||||
shell = pkgs.fish;
|
shell = pkgs.fish;
|
||||||
extraGroups = [
|
extraGroups = [
|
||||||
|
"dialout"
|
||||||
"networkmanager"
|
"networkmanager"
|
||||||
"wheel"
|
"wheel"
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user