diff --git a/hosts/fw.cloonar.com/modules/unbound.nix b/hosts/fw.cloonar.com/modules/unbound.nix index 92c5d57..0f9a5d8 100644 --- a/hosts/fw.cloonar.com/modules/unbound.nix +++ b/hosts/fw.cloonar.com/modules/unbound.nix @@ -170,10 +170,10 @@ in { allowedUDPPorts = [ 53 ]; allowedTCPPorts = [ 853 ]; }; - services.unbound = { - enable = true; - settings = cfg; - }; + }; + services.unbound = { + enable = true; + settings = cfg; }; }; };