chore: upgrade from dnsmasq to bind

This commit is contained in:
Greg Hellings
2026-04-19 01:04:41 -05:00
parent fb4c6966af
commit 8509fff746
7 changed files with 75 additions and 19 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
{
top,
lib',
metadata,
nixpkgs,
}:
@@ -18,7 +19,7 @@ let
channel.lib.nixosSystem {
pkgs = nixpkgs.${system};
specialArgs = {
inherit metadata top;
inherit metadata top lib';
};
modules = [
{