rm krebs.build.target

This commit is contained in:
tv 2016-02-08 01:07:03 +01:00
parent 369418d3d2
commit b3ac9090a5
2 changed files with 0 additions and 2 deletions

View file

@ -26,7 +26,6 @@ in {
nixpkgs.config.packageOverrides = pkgs: { tinc = pkgs.tinc_pre; }; nixpkgs.config.packageOverrides = pkgs: { tinc = pkgs.tinc_pre; };
###### stable ###### stable
krebs.build.target = "root@gum.krebsco.de";
krebs.build.host = config.krebs.hosts.gum; krebs.build.host = config.krebs.hosts.gum;
krebs.retiolum.extraConfig = '' krebs.retiolum.extraConfig = ''
ListenAddress = ${external-ip} 53 ListenAddress = ${external-ip} 53

View file

@ -4,7 +4,6 @@
{ lib, config, pkgs, ... }: { lib, config, pkgs, ... }:
{ {
krebs.build.host = config.krebs.hosts.vbob; krebs.build.host = config.krebs.hosts.vbob;
krebs.build.target = "root@10.10.10.220";
imports = imports =
[ # Include the results of the hardware scan. [ # Include the results of the hardware scan.
<nixpkgs/nixos/modules/virtualisation/virtualbox-image.nix> <nixpkgs/nixos/modules/virtualisation/virtualbox-image.nix>