Reza Housseini <[email protected]> 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