/ : s/krebs\.retiolum/krebs.tinc.retiolum/g
This commit is contained in:
parent
46232b30be
commit
0c40af375f
@ -50,9 +50,9 @@ let
|
||||
default =
|
||||
filterAttrs (_: h: hasAttr tinc.config.netname h.nets) config.krebs.hosts;
|
||||
description = ''
|
||||
Hosts to generate <literal>config.krebs.retiolum.hostsPackage</literal>.
|
||||
Hosts to generate <literal>config.krebs.tinc.retiolum.hostsPackage</literal>.
|
||||
Note that these hosts must have a network named
|
||||
<literal>config.krebs.retiolum.netname</literal>.
|
||||
<literal>config.krebs.tinc.retiolum.netname</literal>.
|
||||
'';
|
||||
};
|
||||
|
||||
|
@ -23,7 +23,7 @@ let
|
||||
hostsPath = mkOption {
|
||||
type = types.str;
|
||||
description = "Path to Hosts directory";
|
||||
default = "${config.krebs.retiolum.hostsPackage}";
|
||||
default = "${config.krebs.tinc.retiolum.hostsPackage}";
|
||||
};
|
||||
|
||||
network = mkOption {
|
||||
|
@ -12,7 +12,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
krebs.retiolum = {
|
||||
krebs.tinc.retiolum = {
|
||||
enable = true;
|
||||
connectTo = [
|
||||
"prism"
|
||||
|
@ -15,14 +15,14 @@ in
|
||||
../2configs/shared-buildbot.nix
|
||||
../2configs/cgit-mirror.nix
|
||||
../2configs/repo-sync.nix
|
||||
# ../2configs/graphite.nix
|
||||
../2configs/graphite.nix
|
||||
];
|
||||
# use your own binary cache, fallback use cache.nixos.org (which is used by
|
||||
# apt-cacher-ng in first place)
|
||||
|
||||
# local discovery in shackspace
|
||||
nixpkgs.config.packageOverrides = pkgs: { tinc = pkgs.tinc_pre; };
|
||||
krebs.retiolum.extraConfig = "TCPOnly = yes";
|
||||
krebs.tinc.retiolum.extraConfig = "TCPOnly = yes";
|
||||
services.grafana = {
|
||||
enable = true;
|
||||
addr = "0.0.0.0";
|
||||
|
@ -3,7 +3,7 @@
|
||||
with config.krebs.lib;
|
||||
{
|
||||
krebs.enable = true;
|
||||
krebs.retiolum.enable = true;
|
||||
krebs.tinc.retiolum.enable = true;
|
||||
|
||||
# TODO rename shared user to "krebs"
|
||||
krebs.build.user = mkDefault config.krebs.users.shared;
|
||||
|
@ -3,7 +3,7 @@
|
||||
with config.krebs.lib;
|
||||
|
||||
{
|
||||
krebs.retiolum = {
|
||||
krebs.tinc.retiolum = {
|
||||
enable = true;
|
||||
connectTo = filter (ne config.krebs.build.host.name) [
|
||||
"gum"
|
||||
|
Loading…
Reference in New Issue
Block a user