infrastructure/nixos/base/network.nix
2023-05-23 12:29:43 -07:00

6 lines
115 B
Nix

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