ipfw
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user