Remove unused macvm

This commit is contained in:
Tristan D. 2024-07-16 17:04:16 +02:00
parent 0c83cdaaac
commit c803efb140
Signed by: tristan
SSH key fingerprint: SHA256:9oFM1J63hYWJjCnLG6C0fxBS15rwNcWwdQNMOHYKJ/4
2 changed files with 0 additions and 16 deletions

View file

@ -1,15 +0,0 @@
{ pkgs
, config
, lib
, inputs
, ...
}: {
services.macos-ventura = {
enable = true;
openFirewall = true;
vncListenAddr = "0.0.0.0";
threads = 8;
cores = 4;
mem = "8G";
};
}

View file

@ -20,7 +20,6 @@
../../os-mods/desktop/audio.nix
../../os-mods/desktop/gaming.nix
../../os-mods/desktop/printing.nix
# ../../os-mods/mac-vm
../../os-mods/netdata
../../os-mods/network
../../os-mods/virt