services.tayga.ipv4

IPv4-specific configuration.

Type
submodule
Example
{
  address = "192.0.2.0";
  router = {
    address = "192.0.2.1";
  };
  pool = {
    address = "192.0.2.1";
    prefixLength = 24;
  };
}
Declared
<nixpkgs/nixos/modules/services/networking/tayga.nix>