users: define extraGroups per-host
This commit is contained in:
parent
f5191640f5
commit
66cc74e388
5 changed files with 12 additions and 7 deletions
|
@ -5,11 +5,6 @@ in {
|
|||
users.users.qenya = {
|
||||
isNormalUser = true;
|
||||
home = "/home/qenya";
|
||||
extraGroups = [
|
||||
"wheel" # sudo
|
||||
"networkmanager" # UI wifi configuration
|
||||
"dialout" # access to serial ports
|
||||
];
|
||||
shell = pkgs.zsh;
|
||||
openssh.authorizedKeys.keys = keys.users.qenya;
|
||||
uid = 1001;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue