forked from fediversity/fediversity
override SSH host - causing host key verification failure
This commit is contained in:
parent
4ec325f985
commit
e52939dee8
1 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
{
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
_class = "nixops4Resource";
|
||||
|
||||
|
|
@ -14,6 +18,8 @@
|
|||
ipv6.enable = false;
|
||||
};
|
||||
|
||||
ssh.host = lib.mkForce "forgejo-ci";
|
||||
|
||||
nixos.module =
|
||||
{
|
||||
config,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue