nix vm tests: sync ghostty user with other tests

This commit is contained in:
Jeffrey C. Ollie
2025-08-22 17:05:18 -05:00
parent debec946da
commit f26a6b949c

View File

@@ -136,6 +136,8 @@ in {
users.users.ghostty = {
isNormalUser = true;
group = "ghostty";
extraGroups = ["wheel"];
hashedPassword = "";
packages = [
pkgs.ghostty
];