Jeff Geerling

Results 1857 comments of Jeff Geerling

@NicholasTD07 - I would imagine it has to be a plist somewhere, which would mean it _is_ able to be automated. I just haven't had the time to go dig...

The major issue I have with this approach is that if the playbook stops for some reason after it enables the permission, but before it disables it, the system would...

Tart installation is simple: ``` brew install cirruslabs/cli/tart tart clone ghcr.io/cirruslabs/macos-monterey-base:latest monterey-base tart run monterey-base ``` A VM is brought up with the default login `admin`/`admin`, with Remote Login on,...

@archae0pteryx - I used to use https://github.com/geerlingguy/macos-virtualbox-vm but it was getting a bit complicated to try to set up a VM on Intel macOS :(

Just asking, since I was kind of roped into an outside discussion about this issue: how are the keys made available inside the containers? One of the concerns raised earlier...

This would be quite helpful as the current method (https://docs.pikvm.org/wifi/) is a bit iffy sometimes, and relies on a lot of copying and pasting (and can go wrong).

I think this would be good to do from a different approach... I was following the 'Flashing OS' guide (https://github.com/pikvm/pikvm/blob/master/pages/flashing_os.md), and didn't notice I had to run `rw` to set...

I'm trying to test this on my Mac (running on an M1 Mac Studio), but when I try `esphome run`, the install fails: ``` $ esphome run config/config.yml INFO Reading...

After the versions were bumped, compilation works great on my M1 Mac Studio. With the following config, I was able to get the LED flashing on my Pico via ESPHome—nice!...