Remove unused macvm
This commit is contained in:
parent
0c83cdaaac
commit
c803efb140
2 changed files with 0 additions and 16 deletions
|
@ -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";
|
||||
};
|
||||
}
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue