networking.nftables.checkRulesetRedirects
NixOS option
Set of paths that should be intercepted and rewritten while checking the ruleset using pkgs.buildPackages.libredirect.
type: attribute set of absolute pathDefault
declared in: nixos/modules/services/networking/nftables.nixView source on NixOS/nixpkgs →{
"/etc/hosts" = config.environment.etc.hosts.source;
"/etc/protocols" = config.environment.etc.protocols.source;
"/etc/services" = config.environment.etc.services.source;
}