summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-02-08 01:07:03 +0100
committertv <tv@krebsco.de>2016-02-08 01:07:03 +0100
commitb3ac9090a5625f43c100bb5365e7dc7570a951f9 (patch)
treed5eb29b9ec4f42e96a7fcd10e2ed5e3ec4dbafb9
parent369418d3d21bc8cc9cdf448818b5d0ee09012072 (diff)
rm krebs.build.target
-rw-r--r--1systems/gum.nix1
-rw-r--r--1systems/vbob.nix1
2 files changed, 0 insertions, 2 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/vbob.nix b/1systems/vbob.nix
index 90b490802..20301795f 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>