unbound: migrate to by-name

This commit is contained in:
Joachim Ernst
2024-05-13 13:53:57 +02:00
parent dc5d2c6221
commit f22cbdca65
2 changed files with 0 additions and 2 deletions
-2
View File
@@ -14449,8 +14449,6 @@ with pkgs;
unclutter-xfixes = callPackage ../tools/misc/unclutter-xfixes { };
unbound = callPackage ../tools/networking/unbound { };
unbound-with-systemd = unbound.override {
withSystemd = true;
};