[NixOS] Add macos virtualmachine to nixquick

This commit is contained in:
2024-09-27 14:28:23 -06:00
parent 342fc4f4c6
commit aa9be16abf
3 changed files with 173 additions and 20 deletions

View File

@@ -4,6 +4,12 @@
../configuration.nix
];
services.macos-ventura = {
enable = true;
openFirewall = true;
vncListenAddr = "0.0.0.0";
};
features.full.enable = true;
myModules.cache-server = {
enable = true;