summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-04-04 10:37:56 +0200
committerRory& <root@rory.gay>2025-04-04 10:37:56 +0200
commit10f5abd6a07e1865c15f7a125d83bc2fceac5c18 (patch)
tree95c193d925a7819c3ca057f95c8342ca0ba2e530 /host
parentWireguard, but networkd (diff)
downloadRory-Open-Architecture-10f5abd6a07e1865c15f7a125d83bc2fceac5c18.tar.xz
Update systemd network config
Diffstat (limited to 'host')
-rw-r--r--host/Rory-ovh/services/wireguard/wireguard.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-ovh/services/wireguard/wireguard.nix b/host/Rory-ovh/services/wireguard/wireguard.nix

index db73f3f..af69f66 100644 --- a/host/Rory-ovh/services/wireguard/wireguard.nix +++ b/host/Rory-ovh/services/wireguard/wireguard.nix
@@ -32,7 +32,7 @@ address = [ "10.100.0.1/24" ]; networkConfig = { IPMasquerade = "ipv4"; - IPForward = true; + IPv4Forwarding = true; }; }; };