Add xenia to some groups

This commit is contained in:
xenia 2024-12-21 10:34:54 +01:00
parent be365dea84
commit 6344364fa1

View File

@ -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;
}; };