From 7a5344a6b2aafd5e6752e8620ae285cdc16b4df5 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Mon, 4 Dec 2023 15:39:09 +0100 Subject: [PATCH] fix --- hosts/fw.cloonar.com/modules/unbound.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; }; }; };