Commit 13bda43
Changed files (1)
modules
core
modules/core/networking.nix
@@ -0,0 +1,5 @@
+{
+ flake.modules.nixos.core = _: {
+ networking.nftables.enable = true;
+ };
+}