This commit is contained in:
soraefir
2026-05-08 20:47:00 +02:00
parent df523c48e5
commit 9696ca9a6d

View File

@@ -2,7 +2,7 @@
let
cfg = config.syscfg.server;
in {
config = mkIf (cfg.ipfw.enable) {
config = lib.mkIf (cfg.ipfw.enable) {
boot.kernel.sysctl = {
"net.ipv4.ip_forward" = 1;
"net.ipv6.conf.all.forwarding" = 1;