[NixOS] Disable ventura nixquick
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
services.macos-ventura = {
|
services.macos-ventura = {
|
||||||
enable = true;
|
enable = false;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
vncListenAddr = "0.0.0.0";
|
vncListenAddr = "0.0.0.0";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user