removed redundant unbound feature

This commit is contained in:
2026-07-07 16:37:05 +01:00
parent 624d204412
commit a3ad40702b

View File

@@ -1,15 +0,0 @@
{
self,
inputs,
...
}: {
flake.nixosModules.unbound = {
pkgs,
lib,
...
}: {
services.unbound = {
enable = true;
};
};
}