help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Deploy to guix machine


From: Csepp
Subject: Re: Deploy to guix machine
Date: Mon, 15 Aug 2022 12:14:15 +0200

Reza Housseini <reza.housseini@gmail.com> writes:

> [[PGP Signed Part:Undecided]]
> Hi list
>
> I have a server running guix system, with this configuration
>
> (list (machine
>        (operating-system my-server)
>        (environment managed-host-environment-type)
>        (configuration (machine-ssh-configuration
>                        (host-name "my-host")
>                        (system "x86_64-linux")
>                      (identity "~/.ssh/id_card.pub")))))

Try replacing "~" with (getenv "HOME")?  I don't see anything in the
manual about it auto-expanding tildes like Bash does.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]