nixos-config/lib/lib.nix

7 lines
85 B
Nix

{ lib, ... }:
{
ip = import ./lib/ip.nix { };
dns = import ./lib/dns.nix { };
}