[consfigurator] where to set the ipv4
Sean Whitton
spwhitton at spwhitton.name
Thu May 8 08:37:40 BST 2025
Hello,
On Wed 07 May 2025 at 07:41pm +02, vindarel wrote:
> Hi all,
>
> Despite the excellent doc of Consfigurator I can't find where to set the ipv4
> of my host.
>
> Could you provide a quick example?
>
> I suppose it's somewhere on the line
>
> (defhost athena.example.com (:deploy ((:ssh :user "debian") :sbcl))
It's a property -- like this:
(defhost ... ()
(network:ipv4 "132.145.78.84"))
--
Sean Whitton
More information about the sgo-software-discuss
mailing list