nix vm tests: sync ghostty user with other tests

pull/8339/head
Jeffrey C. Ollie 2025-08-22 17:05:18 -05:00
parent debec946da
commit f26a6b949c
No known key found for this signature in database
GPG Key ID: 6F86035A6D97044E
1 changed files with 2 additions and 0 deletions

View File

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