nix vms: make base vm more suitable for tests

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

View File

@ -4,9 +4,6 @@
documentation.nixos.enable = false;
networking.hostName = "ghostty";
networking.domain = "mitchellh.com";
virtualisation.vmVariant = {
virtualisation.memorySize = 2048;
};
@ -28,11 +25,11 @@
users.groups.ghostty = {};
users.users.ghostty = {
isNormalUser = true;
description = "Ghostty";
group = "ghostty";
extraGroups = ["wheel"];
isNormalUser = true;
initialPassword = "ghostty";
hashedPassword = "";
};
environment.systemPackages = [