override SSH host - causing host key verification failure

This commit is contained in:
Kiara Grouwstra 2025-07-02 15:37:31 +02:00
parent 4ec325f985
commit 90ee90711b
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -1,7 +1,13 @@
{
lib,
...
}:
{ {
_class = "nixops4Resource"; _class = "nixops4Resource";
# XXX this needs an SSH config entry `forgejo-ci` to locate and access the machine # XXX this needs an SSH config entry `forgejo-ci` to locate and access the machine
ssh.host = lib.mkForce "forgejo-ci";
fediversityVm = { fediversityVm = {
domain = "procolix.com"; domain = "procolix.com";