nix vm tests: sync ghostty user with other tests
parent
debec946da
commit
f26a6b949c
|
|
@ -136,6 +136,8 @@ in {
|
|||
users.users.ghostty = {
|
||||
isNormalUser = true;
|
||||
group = "ghostty";
|
||||
extraGroups = ["wheel"];
|
||||
hashedPassword = "";
|
||||
packages = [
|
||||
pkgs.ghostty
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue