MatthewCroughan / NixThePlanet

Run macOS, Windows and more via a single Nix command, or simple nixosModules
MIT License
534 stars 12 forks source link

makeDarwinImage: make sshListenAddr configurable #19

Closed Luflosi closed 6 months ago

Luflosi commented 6 months ago

Listening on 0.0.0.0 with admin/admin credentials by default is not very nice. Let's only listen on IPv4 localhost by default. QEMU does not seem to support listening on an IPv6 address, at least I couldn't figure it out.