ma gum.r: bye transfer-config

This commit is contained in:
makefu 2018-11-05 18:18:35 +01:00
parent 75d478e00b
commit 1a884e9117
2 changed files with 0 additions and 8 deletions

View file

@ -8,7 +8,6 @@ in {
imports = [
<stockholm/makefu>
./hardware-config.nix
./transfer-config.nix
{
users.users.lass = {
uid = 9002;

View file

@ -1,7 +0,0 @@
{ 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;
}