Add to dialout group
This commit is contained in:
parent
a957cd84d4
commit
c9b932ba1b
|
@ -23,7 +23,7 @@
|
|||
users.users.${username} = {
|
||||
isNormalUser = true;
|
||||
description = "${username}";
|
||||
extraGroups = ["networkmanager" "wheel" "i2c" "libvirtd" "adbusers"];
|
||||
extraGroups = ["networkmanager" "wheel" "i2c" "libvirtd" "adbusers" "dialout"];
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
nix.settings.allowed-users = ["${username}"];
|
||||
|
|
Loading…
Reference in a new issue