7 lines
85 B
Nix
7 lines
85 B
Nix
|
{ lib, ... }:
|
||
|
|
||
|
{
|
||
|
ip = import ./lib/ip.nix { };
|
||
|
dns = import ./lib/dns.nix { };
|
||
|
}
|