Greetings all. My company deploys baremetal apple ...
# general
t
Greetings all. My company deploys baremetal apple silicon machines as software builders. I am wondering what the story for provisioning baremetal machines with pulumi via ssh is?
Maybe it is enough to figure out how to generically ssh into a host, and run some commands in this case?
Maybe it's ind of like some of the steps in this article https://www.pulumi.com/blog/executing-remote-commands/
In my case, once I get into the machine, and nix package manager is installed, I can let nix take it from there. Maybe I can look at terraform macos providers, and convert those, and that is possibly enough foundation. I'll try it
q
command package
t
@quaint-spring-93350 thanks that looks like it will do it all