8 lines
201 B
Nix
8 lines
201 B
Nix
|
{ config, lib, ... }:
|
||
|
# configuration which is only required for the time of the transfer
|
||
|
{
|
||
|
krebs.tinc.retiolum.connectTo = [ "gum" ];
|
||
|
krebs.build.host = lib.mkForce config.krebs.hosts.nextgum;
|
||
|
}
|
||
|
|