Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
marenz2569 committed Nov 26, 2023
1 parent d413aeb commit a3a111b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
4 changes: 3 additions & 1 deletion registry/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
wireguardPublicKey = "48hc7DVnUh2DHYhrxrNtNzj05MRecJO52j2niPImvkU=";
publicWireguardEndpoint = null;
};
traffic-stop-box = import ./traffic-stop-box;
traffic-stop-box = import ./traffic-stop-box // {
publicWireguardEndpoint = null;
};
notice-me-senpai = {
hostName = "notice-me-senpai";
wgAddr4 = "10.13.37.200";
Expand Down
10 changes: 0 additions & 10 deletions registry/traffic-stop-box/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
arch = "x86_64-linux";
monitoring = true;
telegramDecoderConfig = ./config_0.json;
publicWireguardEndpoint = null;
};
# Zentralwerk
"1" = {
Expand All @@ -19,23 +18,20 @@
arch = "x86_64-linux";
monitoring = true;
telegramDecoderConfig = ./config_1.json;
publicWireguardEndpoint = null;
};
"2" = {
wireguardPublicKey = "4TUQCToGNhjsCgV9elYE/91Vd/RvMgvMXtF/1Dzlvxo=";
hostName = "traffic-stop-box-2";
gnuradio = { frequency = 153850000; offset = 20000; device = ""; RF = 14; IF = 32; BB = 42; }; # chemnitz
wgAddr4 = "10.13.37.102";
telegramDecoderConfig = ./config_2.json;
publicWireguardEndpoint = null;
};
"3" = {
wireguardPublicKey = "w3AT3EahW1sCK8ZsR7sDTcQj1McXYeWx7fnfQFA7i3o=";
hostName = "traffic-stop-box-3";
gnuradio = { frequency = 170795000; offset = 19400; device = ""; RF = 14; IF = 32; BB = 42; }; # dresden unused
wgAddr4 = "10.13.37.103";
telegramDecoderConfig = ./config_3.json;
publicWireguardEndpoint = null;
};
# Wundstr. 9
"4" = {
Expand All @@ -46,7 +42,6 @@
arch = "x86_64-linux";
monitoring = true;
telegramDecoderConfig = ./config_4.json;
publicWireguardEndpoint = null;
};
# number 5 is missing
"6" = {
Expand All @@ -55,15 +50,13 @@
gnuradio = { frequency = 150827500; offset = 19550; device = ""; RF = 14; IF = 32; BB = 42; }; # warpzone münster
wgAddr4 = "10.13.37.106";
telegramDecoderConfig = ./config_6.json;
publicWireguardEndpoint = null;
};
"7" = {
wireguardPublicKey = "sMsdY7dSjlYeIFMqjkh4pJ/ftAYXlyRuxDGbdnGLpEQ=";
hostName = "traffic-stop-box-7";
gnuradio = { frequency = 150827500; offset = 19550; device = ""; RF = 14; IF = 32; BB = 42; }; # drehturm aachen
wgAddr4 = "10.13.37.107";
telegramDecoderConfig = ./config_7.json;
publicWireguardEndpoint = null;
};
# Hannover Bredero Hochhaus City
"8" = {
Expand All @@ -74,7 +67,6 @@
arch = "aarch64-linux";
monitoring = false;
telegramDecoderConfig = ./config_8.json;
publicWireguardEndpoint = null;
};
# Hannover Bredero Hochhaus Wider Area
"9" = {
Expand All @@ -85,14 +77,12 @@
arch = "aarch64-linux";
monitoring = false;
telegramDecoderConfig = ./config_9.json;
publicWireguardEndpoint = null;
};
"10" = {
wireguardPublicKey = "dL9JGsBhaTOmXgGEH/N/GCHbQgVHEjBvIMaRtCsHBHw=";
hostName = "traffic-stop-box-10";
gnuradio = { frequency = 153850000; offset = 20000; device = ""; RF = 14; IF = 32; BB = 42; }; # CLT
wgAddr4 = "10.13.37.110";
telegramDecoderConfig = ./config_10.json;
publicWireguardEndpoint = null;
};
}

0 comments on commit a3a111b

Please sign in to comment.