nixfiles/nixos/base/network.nix
2022-09-18 10:09:32 -07:00

5 lines
74 B
Nix

{ config, lib, ... }: with lib;
{
networking.nftables.enable = true;
}