summaryrefslogtreecommitdiff
path: root/host/software/server/wireguard.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/software/server/wireguard.nix')
-rw-r--r--host/software/server/wireguard.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/host/software/server/wireguard.nix b/host/software/server/wireguard.nix
index cc4f2fa..103e87d 100644
--- a/host/software/server/wireguard.nix
+++ b/host/software/server/wireguard.nix
@@ -26,6 +26,14 @@
publicKey = "t4SzRV/olVdzAKauJOwFau3I0fTISUvbOAaKGZd6ezU=";
allowedIPs = [ "10.100.0.4" ];
}
+ { # schreibfix
+ publicKey = "WBvUFZ4mgTi6O8BB6L4snRKMWHcy5QiROdEFCwYbbUo=";
+ allowedIPs = [ "10.100.0.5" ];
+ }
+ { # mobiltelefon
+ publicKey = "jUtbAF3TZDEFXlL+YTV3g26wP0IWGbpiCFGXjxo5TXE=";
+ allowedIPs = [ "10.100.0.6" ];
+ }
];
};
};