unbound: migrate to by-name

This commit is contained in:
Joachim Ernst 2024-05-08 22:04:45 +02:00
parent dc5d2c6221
commit f22cbdca65
No known key found for this signature in database
2 changed files with 0 additions and 2 deletions

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;
};