nixos-config/lib/lib.nix

7 lines
85 B
Nix
Raw Normal View History

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