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