diff --git a/machines/oracle/configuration.nix b/machines/oracle/configuration.nix index b5b4188..f872a05 100644 --- a/machines/oracle/configuration.nix +++ b/machines/oracle/configuration.nix @@ -33,6 +33,9 @@ listenPort = 51820; privateKeyFile = config.age.secrets.wireguardOracle.path; + # Enable IP address forwarding + preUp = "sysctl -w net.ipv4.ip_forward=1"; + peers = [ { publicKey = "iKJO9Q8LsdCdApapTX9CJmrtAKn1TYhg4YUiBUBPzmo=";