aboutsummaryrefslogtreecommitdiff
path: root/machines/nixos/x86_64-linux/rivendell.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-11-28 09:49:19 -0800
committerFranck Cuny <franck@fcuny.net>2025-11-28 09:49:19 -0800
commit0d82ac97c3140c8b5d85f61ce2a783ed8e4b0fb3 (patch)
tree737cfa1ce338f5933d31539529ae1a7c424454d1 /machines/nixos/x86_64-linux/rivendell.nix
parentbackup to the synology nas (diff)
downloadinfra-0d82ac97c3140c8b5d85f61ce2a783ed8e4b0fb3.tar.gz
the VM on the synology was reinstalled
All the secrets were re-keyed.
Diffstat (limited to '')
-rw-r--r--machines/nixos/x86_64-linux/rivendell.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/machines/nixos/x86_64-linux/rivendell.nix b/machines/nixos/x86_64-linux/rivendell.nix
index 8e8ab20..bd7d01b 100644
--- a/machines/nixos/x86_64-linux/rivendell.nix
+++ b/machines/nixos/x86_64-linux/rivendell.nix
@@ -54,6 +54,13 @@
privateKeyFile = config.age.secrets.wireguard.path;
peers = [
{
+ # bree
+ publicKey = "bJZyQoemudGJQox8Iegebm23c4BNVIxRPy1kmI2l904=";
+ allowedIPs = [ "10.100.0.40/32" ];
+ persistentKeepalive = 25;
+ endpoint = "192.168.1.50:51871";
+ }
+ {
# argonath
publicKey = "vTItDh9YPnA+8hL1kIK+7EHv0ol3qvhfAfz790miw1w=";
allowedIPs = [ "10.100.0.51/32" ];