From a76b82cbcc954545bed2d1efc5b88bc2b1448e88 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Thu, 24 Feb 2022 13:18:13 +0700 Subject: [PATCH] services/unbound: fix missing arg --- modules/services/unbound.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/unbound.nix b/modules/services/unbound.nix index 6bbfffd..dede06a 100644 --- a/modules/services/unbound.nix +++ b/modules/services/unbound.nix @@ -1,4 +1,4 @@ -{ inputs, ... }: +{ config, inputs, ... }: let dir = "/persist/unbound"; uid = toString config.ids.uids.unbound;