infrastructure/profiles/common/net.nix

5 lines
76 B
Nix

{ config, lib, ... }:
{
petabyte.nftables.enable = lib.mkDefault true;
}