infrastructure/profiles/common/nixos/net.nix
2021-04-26 17:11:11 +01:00

5 lines
76 B
Nix

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