forked from fediversity/fediversity
override SSH host - causing host key verification failure
This commit is contained in:
parent
4ec325f985
commit
90ee90711b
1 changed files with 6 additions and 0 deletions
|
|
@ -1,7 +1,13 @@
|
|||
{
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
_class = "nixops4Resource";
|
||||
|
||||
# XXX this needs an SSH config entry `forgejo-ci` to locate and access the machine
|
||||
ssh.host = lib.mkForce "forgejo-ci";
|
||||
|
||||
fediversityVm = {
|
||||
domain = "procolix.com";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue