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
+3 -1
View File
@@ -65,6 +65,7 @@
};
}
);
lib' = import ./lib { inherit (top.nixunstable) lib; };
in
top.flake-parts.lib.mkFlake { inputs = top; } {
inherit systems;
@@ -76,6 +77,7 @@
nixpkgs = imported_packages.x86_64-linux;
specialArgs = {
inherit
lib'
metadata
self
top
@@ -112,7 +114,7 @@
nixosConfigurations = (
import ./hosts {
inherit top metadata;
inherit top metadata lib';
nixpkgs = imported_packages;
}
);