This commit is contained in:
soraefir
2026-05-08 01:08:59 +02:00
parent 0f2081486d
commit cd5a1aeed4
2 changed files with 1 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
{ config, lib, ... }:{ { config, lib, ... }:{
config = lib.mkIf (config.syscfg.server.nftables.enable) { config = lib.mkIf (true) {
boot.kernel.sysctl = { boot.kernel.sysctl = {
"net.ipv4.ip_forward" = 1; "net.ipv4.ip_forward" = 1;
"net.ipv6.conf.all.forwarding" = 1; "net.ipv6.conf.all.forwarding" = 1;

View File

@@ -20,7 +20,6 @@
}; };
server = { server = {
openssh = true; openssh = true;
nftables = true;
web = true; web = true;
sops = true; sops = true;