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