summaryrefslogtreecommitdiffstats
path: root/makefu/1systems/nextgum/transfer-config.nix
blob: 92df60195ffb0592a46e52d8cdada628183e9b59 (plain)
1
2
3
4
5
6
7
{ 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;
}