services/unbound: fix missing arg
This commit is contained in:
parent
6504f559c5
commit
a76b82cbcc
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
{ inputs, ... }:
|
{ config, inputs, ... }:
|
||||||
let
|
let
|
||||||
dir = "/persist/unbound";
|
dir = "/persist/unbound";
|
||||||
uid = toString config.ids.uids.unbound;
|
uid = toString config.ids.uids.unbound;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue