diff --git a/hosts/modules/trantor/networking.nix b/hosts/modules/trantor/networking.nix index 0246968..3dc32f0 100644 --- a/hosts/modules/trantor/networking.nix +++ b/hosts/modules/trantor/networking.nix @@ -31,9 +31,8 @@ } ]; }; - }; - - kernel.sysctl = { - "net.ipv4.ip_forward" = 1; + kernel.sysctl = { + "net.ipv4.ip_forward" = 1; + }; }; }