diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-02-06 20:03:32 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-02-06 20:03:32 +0100 |
commit | ab822140ffb2980ced0026bbd6e4f417b53451b0 (patch) | |
tree | 342ee29ce4cc8d814988dbbba04c6b42b80c1169 /hosts/vidhar/network/bifrost/default.nix | |
parent | 87329e1915285683d84b6bec959bed49ccd41826 (diff) | |
download | nixos-ab822140ffb2980ced0026bbd6e4f417b53451b0.tar nixos-ab822140ffb2980ced0026bbd6e4f417b53451b0.tar.gz nixos-ab822140ffb2980ced0026bbd6e4f417b53451b0.tar.bz2 nixos-ab822140ffb2980ced0026bbd6e4f417b53451b0.tar.xz nixos-ab822140ffb2980ced0026bbd6e4f417b53451b0.zip |
vidhar: ...
Diffstat (limited to 'hosts/vidhar/network/bifrost/default.nix')
-rw-r--r-- | hosts/vidhar/network/bifrost/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vidhar/network/bifrost/default.nix b/hosts/vidhar/network/bifrost/default.nix index 40666f59..ec78e6d9 100644 --- a/hosts/vidhar/network/bifrost/default.nix +++ b/hosts/vidhar/network/bifrost/default.nix | |||
@@ -19,7 +19,7 @@ in { | |||
19 | }; | 19 | }; |
20 | wireguardPeers = [ | 20 | wireguardPeers = [ |
21 | { wireguardPeerConfig = { | 21 | { wireguardPeerConfig = { |
22 | AllowedIPs = [ "2a03:4000:52:ada:4::/96" ]; | 22 | AllowedIPs = [ "::/0" ]; |
23 | PublicKey = trim (readFile ../../../surtr/bifrost/surtr.pub); | 23 | PublicKey = trim (readFile ../../../surtr/bifrost/surtr.pub); |
24 | PersistentKeepalive = 5; | 24 | PersistentKeepalive = 5; |
25 | Endpoint = "2a03:4000:52:ada:::51822"; | 25 | Endpoint = "2a03:4000:52:ada:::51822"; |