Add xenia to some groups
This commit is contained in:
parent
be365dea84
commit
6344364fa1
|
@ -99,7 +99,7 @@ in
|
||||||
|
|
||||||
users.users.xenia = {
|
users.users.xenia = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "wheel" "docker" ];
|
extraGroups = [ "wheel" "docker" "dialout" "input" ];
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
uid = 1002;
|
uid = 1002;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user