summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-11-05 18:18:35 +0100
committermakefu <github@syntax-fehler.de>2018-11-05 18:18:35 +0100
commit8b57f04ff84b53742ef6a8a9677560745075ffb1 (patch)
treeeed4f3f093c996e0ced235e58252757cf8f88944
parent51fe1cf77b1d66a75c8ad86bec231a889f11ed86 (diff)
ma gum.r: bye transfer-config
-rw-r--r--makefu/1systems/gum/config.nix1
-rw-r--r--makefu/1systems/gum/transfer-config.nix7
2 files changed, 0 insertions, 8 deletions
diff --git a/makefu/1systems/gum/config.nix b/makefu/1systems/gum/config.nix
index 118b5b9d4..3d2cbac6f 100644
--- a/makefu/1systems/gum/config.nix
+++ b/makefu/1systems/gum/config.nix
@@ -8,7 +8,6 @@ in {
imports = [
<stockholm/makefu>
./hardware-config.nix
- ./transfer-config.nix
{
users.users.lass = {
uid = 9002;
diff --git a/makefu/1systems/gum/transfer-config.nix b/makefu/1systems/gum/transfer-config.nix
deleted file mode 100644
index 92df60195..000000000
--- a/makefu/1systems/gum/transfer-config.nix
+++ /dev/null
@@ -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;
-}
-