Test
This commit is contained in:
parent
d40fab8311
commit
9c9350437e
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
interfaces = {
|
interfaces = {
|
||||||
"wireguard0" = {
|
"wireguard0" = {
|
||||||
ips = [ "10.100.0.2/24" ];
|
ips = [ "10.100.0.2/32" ];
|
||||||
privateKeyFile = "/run/secrets/wireguard_keys/nixos-rpi4-03";
|
privateKeyFile = "/run/secrets/wireguard_keys/nixos-rpi4-03";
|
||||||
# Testing
|
# Testing
|
||||||
peers = [
|
peers = [
|
||||||
|
|
Loading…
Reference in a new issue