Try to fix the tinc setup
This commit is contained in:
parent
4e8b131f32
commit
6249d7e869
12 changed files with 22 additions and 32 deletions
|
@ -411,6 +411,7 @@
|
|||
name = "orbi";
|
||||
#host = "orbi.bear";
|
||||
host = "95.216.66.212";
|
||||
#host = "10.100.0.1";
|
||||
modules = [
|
||||
homeManagerModules
|
||||
stylixModules
|
||||
|
|
|
@ -1 +1 @@
|
|||
Ed25519PublicKey = l6YmUlli5YM7hY1T+IJf8e59BeX6SW0mqT0JyVpyFtP
|
||||
l6YmUlli5YM7hY1T+IJf8e59BeX6SW0mqT0JyVpyFtP
|
|
@ -1 +1 @@
|
|||
Ed25519PublicKey = VEIrTM0ZovSd5f3N+QMWkJZhXBpjy9IBGoNEmEXIu5J
|
||||
VEIrTM0ZovSd5f3N+QMWkJZhXBpjy9IBGoNEmEXIu5J
|
|
@ -1 +1 @@
|
|||
Ed25519PublicKey = d5911IzQWbEVIwDFhtUsQZ4mjXHcej536stHbJmqesF
|
||||
d5911IzQWbEVIwDFhtUsQZ4mjXHcej536stHbJmqesF
|
|
@ -1 +1 @@
|
|||
Ed25519PublicKey = vyYRAnWEo70ZtxSj+Ef92yT7CxihDgjsffrW34oKZ8H
|
||||
vyYRAnWEo70ZtxSj+Ef92yT7CxihDgjsffrW34oKZ8H
|
|
@ -1 +1 @@
|
|||
Ed25519PublicKey = +c/UHJuWi8QiodfiUOFjuurWcQMLfH503gYEeneIbrN
|
||||
+c/UHJuWi8QiodfiUOFjuurWcQMLfH503gYEeneIbrN
|
|
@ -1 +1 @@
|
|||
Ed25519PublicKey = Y6xv3l6hjLp3x4fqPR4jF1syP51TQ4M95X/tL1m8K2B
|
||||
Y6xv3l6hjLp3x4fqPR4jF1syP51TQ4M95X/tL1m8K2B
|
|
@ -1 +1 @@
|
|||
Ed25519PublicKey = UYlQQNY4CTw8UM1EGC534oZkPgiSPG7lI+mqXWgq6AH
|
||||
UYlQQNY4CTw8UM1EGC534oZkPgiSPG7lI+mqXWgq6AH
|
|
@ -1 +1 @@
|
|||
Ed25519PublicKey = 8T8Wy75d86wlNQ+gNfd6VQDUPHbb/T5FyLiZTIYyrhJ
|
||||
8T8Wy75d86wlNQ+gNfd6VQDUPHbb/T5FyLiZTIYyrhJ
|
|
@ -1 +1 @@
|
|||
Ed25519PublicKey = Rux0npWBaeu49NoJ9d70+EpB6jfuB9NnTx26DreESSP
|
||||
Rux0npWBaeu49NoJ9d70+EpB6jfuB9NnTx26DreESSP
|
|
@ -1 +1 @@
|
|||
Ed25519PublicKey = tuZNNw0EDFQLZKxVUbz41T4xnyZ4pjPJb8MmeGMXaoJ
|
||||
tuZNNw0EDFQLZKxVUbz41T4xnyZ4pjPJb8MmeGMXaoJ
|
|
@ -55,6 +55,8 @@ let
|
|||
"paperless.chungus" = hosts.chungus;
|
||||
};
|
||||
network = "private";
|
||||
Ed25519PublicKey = machine: (builtins.readFile "${config.clanCore.clanDir}/machines/${machine}/facts/tinc.private.ed25519_key.pub");
|
||||
Ed25519PublicKeyFile = machine: "${config.clanCore.clanDir}/machines/${machine}/facts/tinc.private.ed25519_key.pub";
|
||||
in
|
||||
{
|
||||
networking.firewall.trustedInterfaces = [ "tinc.${network}" ];
|
||||
|
@ -73,39 +75,26 @@ in
|
|||
subnets = [{ address = hosts.mobi; }];
|
||||
settings.Ed25519PublicKey = "X5sp3YYevVNUrzYvi+HZ2iW5WbO0bIb58jR4jZFH6MB";
|
||||
};
|
||||
cream = {
|
||||
subnets = [{ address = hosts.cream; }];
|
||||
settings.Ed25519PublicKey = "Y/YRA90mAlNEmdhUWlUTHjjsco6d6hlvW11sPtarIdL";
|
||||
};
|
||||
cherry = {
|
||||
subnets = [{ address = hosts.cherry; }];
|
||||
settings.Ed25519PublicKey = "BsPIrZjbzn0aryC0HO3OXSb4oFCMmzNDmMDQmxUXUuC";
|
||||
};
|
||||
sterni = {
|
||||
subnets = [{ address = hosts.sterni; }];
|
||||
settings.Ed25519PublicKey = "r6mRDc814z2YtyG9ev/XXV2SgquqWR8n53V13xNXb7O";
|
||||
};
|
||||
bobi = {
|
||||
subnets = [{ address = hosts.bobi; }];
|
||||
settings.Ed25519PublicKey = "jwvNd4oAgz2cWEI74VTVYU1qgPWq823/a0iEDqJ8KMD";
|
||||
};
|
||||
pepe = {
|
||||
subnets = [{ address = hosts.pepe; }];
|
||||
settings.Ed25519PublicKey = "LnE+w6ZfNCky4Kad3TBxpFKRJ2PJshkSpW6mC3pcsPI";
|
||||
cream = {
|
||||
subnets = [{ address = hosts.cream; }];
|
||||
settings.Ed25519PublicKey = Ed25519PublicKey "cream";
|
||||
};
|
||||
cherry = {
|
||||
subnets = [{ address = hosts.cherry; }];
|
||||
settings.Ed25519PublicKey = Ed25519PublicKey "cherry";
|
||||
};
|
||||
chungus = {
|
||||
subnets = [{ address = hosts.chungus; }];
|
||||
settings.Ed25519PublicKey = "mJP+zzYGv42KItpSf3lMkr3dwa5xW3n3hi0W2Z75jfJ";
|
||||
};
|
||||
robi = {
|
||||
addresses = [{ address = "144.76.13.147"; }];
|
||||
subnets = [{ address = hosts.robi; }];
|
||||
settings.Ed25519PublicKey = "bZUbSdME4fwudNVbUoNO7PpoOS2xALsyTs81F260KbL";
|
||||
settings.Ed25519PublicKey = Ed25519PublicKey "chungus";
|
||||
};
|
||||
orbi = {
|
||||
addresses = [{ address = "95.216.66.212"; }];
|
||||
subnets = [{ address = hosts.orbi; }];
|
||||
settings.Ed25519PublicKey = "/1OE8xsnRT6egxd/+iH9TE+tzlwiUJeNsGFIIWyc70A";
|
||||
settings.Ed25519PublicKey = Ed25519PublicKey "orbi";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue