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;