3
4
mirror of https://git.feal.no/felixalb/nixos-config.git synced 2025-10-06 04:53:57 +02:00

wireguard: add Turtle

This commit is contained in:
2025-05-16 01:23:42 +02:00
parent bca8a78af9
commit 9d86516046
2 changed files with 12 additions and 0 deletions

View File

@@ -56,6 +56,12 @@ in {
"10.100.0.7/32"
];
}
{ # Turtle
publicKey = "mDzAtRPv+O5TDHa9DGodF/KKuFXRBYwSqfPyeWfdfRI=";
allowedIPs = [
"10.100.0.8/32"
];
}
];
};
};

View File

@@ -62,6 +62,12 @@ in {
"10.100.0.7/32"
];
}
{ # Turtle
publicKey = "mDzAtRPv+O5TDHa9DGodF/KKuFXRBYwSqfPyeWfdfRI=";
allowedIPs = [
"10.100.0.8/32"
];
}
];
};
};