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 = {
isNormalUser = true;
extraGroups = [ "wheel" "docker" ];
extraGroups = [ "wheel" "docker" "dialout" "input" ];
shell = pkgs.zsh;
uid = 1002;
};