stockholm/makefu/1systems/gum/transfer-config.nix
2018-11-05 16:22:39 +01:00

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;
}