WIP: Add TACUDA package #18

Draft
abonerib wants to merge 473 commits from abonerib/bscpkgs:pkgs/tacuda into master
Showing only changes of commit e42058f08b - Show all commits

View File

@ -23,11 +23,11 @@
peers = [ peers = [
# List of allowed peers. # List of allowed peers.
{ {
name = "apex"; name = "apex";
publicKey = "VwhcN8vSOzdJEotQTpmPHBC52x3Hbv1lkFIyKubrnUA="; publicKey = "VwhcN8vSOzdJEotQTpmPHBC52x3Hbv1lkFIyKubrnUA=";
# List of IPs assigned to this peer within the tunnel subnet. Used to configure routing. # List of IPs assigned to this peer within the tunnel subnet. Used to configure routing.
allowedIPs = [ "10.106.0.30/32" ]; allowedIPs = [ "10.106.0.30/32" "10.0.40.7/32" ];
} }
{ {
name = "raccoon"; name = "raccoon";
@ -40,6 +40,7 @@
networking.hosts = { networking.hosts = {
"10.106.0.30" = [ "apex" ]; "10.106.0.30" = [ "apex" ];
"10.0.40.7" = [ "hut" ];
"10.106.0.236" = [ "raccoon" ]; "10.106.0.236" = [ "raccoon" ];
"10.0.44.4" = [ "tent" ]; "10.0.44.4" = [ "tent" ];
}; };