Skip to content

Commit

Permalink
feat(macos-ventura): new vm settings
Browse files Browse the repository at this point in the history
  • Loading branch information
luisnquin committed Mar 20, 2024
1 parent 27994aa commit 1c192d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions system/modules/vm/macos-ventura.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
package = nixtheplanet.legacyPackages.x86_64-linux.makeDarwinImage {
diskSizeBytes = 120000000000; # 120GB
};
cores = 4;
threads = 8;
mem = "12G";
openFirewall = true;
vncListenAddr = "0.0.0.0";
autoStart = false;
stateless = false;
};
}

0 comments on commit 1c192d9

Please sign in to comment.