homelab/nixos/hosts/dns/host.nix
2025-06-06 23:32:17 +02:00

9 lines
133 B
Nix

{ config, pkgs, modulesPath, lib, ... }:
{
imports = [
../../templates/base.nix
./networking.nix
./dnsmasq.nix
];
}