Add Dialout group for FPGA programmign

This commit is contained in:
2023-08-17 18:11:41 -04:00
parent 8c9b0dffa0
commit 3a0e7a46f1

View File

@@ -129,7 +129,7 @@
users.groups.net = {};
users.users.universe = {
isNormalUser = true;
extraGroups = [ "wheel" "adbusers" "net" "brltty" "brlapi" ];
extraGroups = [ "wheel" "adbusers" "net" "brltty" "brlapi" "dialout" ];
packages = with pkgs; [
];
};