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