Commit 13bda43

HPCesia <me@hpcesia.com>
2026-03-12 16:02:31
feat: use nftable by default
1 parent 52829b3
Changed files (1)
modules
modules/core/networking.nix
@@ -0,0 +1,5 @@
+{
+  flake.modules.nixos.core = _: {
+    networking.nftables.enable = true;
+  };
+}