fix: adds user to input group as well

This commit is contained in:
Ahwx 2024-11-18 15:22:23 +01:00
parent bcc355d69c
commit 7fac709c32

View file

@ -24,7 +24,7 @@
users.users.${username} = {
isNormalUser = true;
description = "${username}";
extraGroups = [ "networkmanager" "wheel" "docker" ];
extraGroups = [ "networkmanager" "wheel" "docker" "input" ];
shell = pkgs.zsh;
};
nix.settings.allowed-users = [ "${username}" ];