temp fix
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
};
|
||||
server = {
|
||||
openssh = true;
|
||||
nftables = true;
|
||||
web = true;
|
||||
sops = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user