ma gum.r: bye transfer-config

This commit is contained in:
makefu 2018-11-05 18:18:35 +01:00
parent 51fe1cf77b
commit 8b57f04ff8
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
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;
}