diff --git a/nix/tests.nix b/nix/tests.nix index 33902d4d0..1ef420cf3 100644 --- a/nix/tests.nix +++ b/nix/tests.nix @@ -136,6 +136,8 @@ in { users.users.ghostty = { isNormalUser = true; group = "ghostty"; + extraGroups = ["wheel"]; + hashedPassword = ""; packages = [ pkgs.ghostty ];