services/unbound: fix missing arg

This commit is contained in:
LavaDesu 2022-02-24 13:18:13 +07:00
parent 6504f559c5
commit a76b82cbcc
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -1,4 +1,4 @@
{ inputs, ... }:
{ config, inputs, ... }:
let
dir = "/persist/unbound";
uid = toString config.ids.uids.unbound;