commit 2269dd29722fc2ba35e71c7a18aab26be30d8ab0
parent 5cb1a92e3164905e7c598b1d6c08bd6425d0a6f0
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 26 Aug 2023 22:41:24 +0200
try again
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -191,14 +191,14 @@
privateKeyFile = config.sops.secrets."wireguard/privateKey".path;
table = "off";
- peers = {
- nordgedanken = {
+ peers = [
+ {
name = "nordgedanken";
publicKey = "M+OpQ/umgERHB+K6JJkszVChrRPqqYvMstbr28HRrSE=";
allowedIPs = [ "0.0.0.0/0" "::/0" ];
endpoint = "100.64.0.3:51820";
- };
- };
+ }
+ ];
};
firewall =