summaryrefslogtreecommitdiffstats
path: root/1systems
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-02-11 21:31:15 +0100
committermakefu <github@syntax-fehler.de>2016-02-11 21:31:15 +0100
commit234a7e8236de00ca5ae2ff5d8f32e654f0e64a71 (patch)
tree9a357d734426fbf6fe3ef683e4012919a4da860b /1systems
parent6eb44e38ddf0e5f940077cc519c13701475d6b22 (diff)
parent1ae6f1eeabd4b0e7f6408fe4b30cbbd85adb7d2d (diff)
Merge remote-tracking branch 'cd/master'
Diffstat (limited to '1systems')
-rw-r--r--1systems/gum.nix1
-rw-r--r--1systems/repunit.nix1
-rw-r--r--1systems/vbob.nix2
3 files changed, 0 insertions, 4 deletions
diff --git a/1systems/gum.nix b/1systems/gum.nix
index c4dfbf4b7..fe800f251 100644
--- a/1systems/gum.nix
+++ b/1systems/gum.nix
@@ -26,7 +26,6 @@ in {
nixpkgs.config.packageOverrides = pkgs: { tinc = pkgs.tinc_pre; };
###### stable
- krebs.build.target = "root@gum.krebsco.de";
krebs.build.host = config.krebs.hosts.gum;
krebs.retiolum.extraConfig = ''
ListenAddress = ${external-ip} 53
diff --git a/1systems/repunit.nix b/1systems/repunit.nix
index a069cc36f..0c6ba09fb 100644
--- a/1systems/repunit.nix
+++ b/1systems/repunit.nix
@@ -32,7 +32,6 @@
};
krebs.retiolum = {
enable = true;
- hosts = ../../krebs/Zhosts;
connectTo = [
"gum"
"pigstarter"
diff --git a/1systems/vbob.nix b/1systems/vbob.nix
index b1e5ef8b5..2dee83728 100644
--- a/1systems/vbob.nix
+++ b/1systems/vbob.nix
@@ -4,7 +4,6 @@
{ lib, config, pkgs, ... }:
{
krebs.build.host = config.krebs.hosts.vbob;
- krebs.build.target = "root@10.10.10.220";
imports =
[ # Include the results of the hardware scan.
<nixpkgs/nixos/modules/virtualisation/virtualbox-image.nix>
@@ -51,7 +50,6 @@
krebs.retiolum = {
enable = true;
extraConfig = "Proxy = http global.proxy.alcatel-lucent.com 8000";
- hosts = ../../krebs/Zhosts;
connectTo = [
"gum"
];