From d29a421cc73fa4d5205a82203399dae48ae44800 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Tue, 5 Dec 2023 10:53:19 +0100 Subject: [PATCH] fix semilcon --- hosts/fw.cloonar.com/modules/unbound.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/fw.cloonar.com/modules/unbound.nix b/hosts/fw.cloonar.com/modules/unbound.nix index 95d9820..0ce5a1c 100644 --- a/hosts/fw.cloonar.com/modules/unbound.nix +++ b/hosts/fw.cloonar.com/modules/unbound.nix @@ -179,7 +179,7 @@ in { }; users.groups.unbound = { gid = config.ids.gids.unbound; - } + }; services.unbound = { enable = true; settings = cfg;