infrastructure/depot/profiles/base/net.nix

5 lines
75 B
Nix

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