aboutsummaryrefslogtreecommitdiff
path: root/machines/nixos/x86_64-linux/argonath.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/argonath.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 'machines/nixos/x86_64-linux/argonath.nix')
-rw-r--r--machines/nixos/x86_64-linux/argonath.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/machines/nixos/x86_64-linux/argonath.nix b/machines/nixos/x86_64-linux/argonath.nix
index a67054a..218df5a 100644
--- a/machines/nixos/x86_64-linux/argonath.nix
+++ b/machines/nixos/x86_64-linux/argonath.nix
@@ -31,6 +31,12 @@
privateKeyFile = config.age.secrets.wireguard.path;
peers = [
{
+ # bree
+ publicKey = "bJZyQoemudGJQox8Iegebm23c4BNVIxRPy1kmI2l904=";
+ allowedIPs = [ "10.100.0.40/32" ];
+ persistentKeepalive = 25;
+ }
+ {
# rivendell
publicKey = "jf7T7TMKQWSgSXhUplldZDV9G2y2BjMmHIAhg5d26ng=";
allowedIPs = [ "10.100.0.60/32" ];