rm krebs.build.target
This commit is contained in:
parent
369418d3d2
commit
b3ac9090a5
|
@ -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
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue