Add Dialout group for FPGA programmign
This commit is contained in:
@@ -129,7 +129,7 @@
|
|||||||
users.groups.net = {};
|
users.groups.net = {};
|
||||||
users.users.universe = {
|
users.users.universe = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "wheel" "adbusers" "net" "brltty" "brlapi" ];
|
extraGroups = [ "wheel" "adbusers" "net" "brltty" "brlapi" "dialout" ];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user