From cd5a1aeed47cc2ee5dce7620e92c9cfe154a8608 Mon Sep 17 00:00:00 2001 From: soraefir Date: Fri, 8 May 2026 01:08:59 +0200 Subject: [PATCH] temp fix --- modules/server/nftables/default.nix | 2 +- systems/sandbox/cfg.nix | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/server/nftables/default.nix b/modules/server/nftables/default.nix index 3cd790b..d6f2a9d 100644 --- a/modules/server/nftables/default.nix +++ b/modules/server/nftables/default.nix @@ -1,5 +1,5 @@ { config, lib, ... }:{ - config = lib.mkIf (config.syscfg.server.nftables.enable) { + config = lib.mkIf (true) { boot.kernel.sysctl = { "net.ipv4.ip_forward" = 1; "net.ipv6.conf.all.forwarding" = 1; diff --git a/systems/sandbox/cfg.nix b/systems/sandbox/cfg.nix index 5c2281e..ac76081 100644 --- a/systems/sandbox/cfg.nix +++ b/systems/sandbox/cfg.nix @@ -20,7 +20,6 @@ }; server = { openssh = true; - nftables = true; web = true; sops = true;