input user

This commit is contained in:
Kopatz
2025-10-11 22:48:51 +02:00
parent a28a4c06ac
commit a3ca07d7fb

View File

@@ -22,7 +22,7 @@
initialPassword = "1";
description = config.mainUser.name;
shell = pkgs.zsh;
extraGroups = [ "networkmanager" "wheel" "docker" ];
extraGroups = [ "networkmanager" "wheel" "docker" "input" ];
openssh.authorizedKeys.keys = [ config.mainUser.sshKey ];
};
}