diff options
author | Franck Cuny <franck@fcuny.net> | 2023-12-03 19:42:00 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-12-03 19:42:00 -0800 |
commit | 7981241a013b88f69e6eb692c09a382d7b5417e3 (patch) | |
tree | 0a62780dc9b2b6560a5c4c08fda8ab0aff92bd8d /configs/wireguard.toml | |
parent | flake.lock: Update (diff) | |
download | world-7981241a013b88f69e6eb692c09a382d7b5417e3.tar.gz |
formatting a few files with treefmt
Diffstat (limited to '')
-rw-r--r-- | configs/wireguard.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/wireguard.toml b/configs/wireguard.toml index f1ed81e..7a9fc6a 100644 --- a/configs/wireguard.toml +++ b/configs/wireguard.toml @@ -6,7 +6,7 @@ ipv4 = 110 key = "DP3caAlh07OOU61u2L2QfEhakt/mVEGrMBVONNvpNhU=" [peers.carmel] -ipv4= 1 +ipv4 = 1 key = "ifqsPWcc8nxwgpxRHmP6OUtvVYNQJj/CW8QIuxWqXGU=" externalIp = "192.168.0.1" |