all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Guix deploy ignoring identity
@ 2024-05-13 14:15 Kristoffer Ström
  2024-05-13 16:08 ` Tomas Volf
  2024-05-13 17:48 ` Felix Lechner via
  0 siblings, 2 replies; 6+ messages in thread
From: Kristoffer Ström @ 2024-05-13 14:15 UTC (permalink / raw)
  To: help-guix, -


Hello, i'm trying to use guix deploy for a remote vhost, my conf looks
something like this:

(list (machine
       (operating-system test-os)
       (environment managed-host-environment-type)
       (configuration (machine-ssh-configuration
                       (host-name "test.se")
                       (host-key "ssh-ed25519 AA... deploy@test")
					   (identity "/any/path")
                       (system "x86_64-linux")
                       (user "deploy")
                       (port 22)))))

test-os is correctly defined as far as i can tell.

However, whatever i put in identity seems not to matter, the correct
path does nothing, as does an empty or non-existant path.

What could be the issue here?


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-05-13 20:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-13 14:15 Guix deploy ignoring identity Kristoffer Ström
2024-05-13 16:08 ` Tomas Volf
2024-05-13 16:42   ` Kristoffer Ström
2024-05-13 17:48 ` Felix Lechner via
2024-05-13 19:30   ` Kristoffer Ström
2024-05-13 20:38     ` Felix Lechner via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.