nix vms: make base vm more suitable for tests
parent
f9d6a6d56f
commit
c77bbe6d7e
|
|
@ -4,9 +4,6 @@
|
||||||
|
|
||||||
documentation.nixos.enable = false;
|
documentation.nixos.enable = false;
|
||||||
|
|
||||||
networking.hostName = "ghostty";
|
|
||||||
networking.domain = "mitchellh.com";
|
|
||||||
|
|
||||||
virtualisation.vmVariant = {
|
virtualisation.vmVariant = {
|
||||||
virtualisation.memorySize = 2048;
|
virtualisation.memorySize = 2048;
|
||||||
};
|
};
|
||||||
|
|
@ -28,11 +25,11 @@
|
||||||
users.groups.ghostty = {};
|
users.groups.ghostty = {};
|
||||||
|
|
||||||
users.users.ghostty = {
|
users.users.ghostty = {
|
||||||
|
isNormalUser = true;
|
||||||
description = "Ghostty";
|
description = "Ghostty";
|
||||||
group = "ghostty";
|
group = "ghostty";
|
||||||
extraGroups = ["wheel"];
|
extraGroups = ["wheel"];
|
||||||
isNormalUser = true;
|
hashedPassword = "";
|
||||||
initialPassword = "ghostty";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue