[NixOS] Disable ventura nixquick

This commit is contained in:
2024-11-11 14:06:12 -07:00
parent 8e4d8ac662
commit b703588b79

View File

@@ -5,7 +5,7 @@
];
services.macos-ventura = {
enable = true;
enable = false;
openFirewall = true;
vncListenAddr = "0.0.0.0";
};