Cleanup
This commit is contained in:
parent
1792180144
commit
e1d18c18be
1 changed files with 3 additions and 0 deletions
|
|
@ -69,6 +69,9 @@ in
|
|||
config = lib.mkIf cfg.enable {
|
||||
# Provide an adguard clients partial config for injection
|
||||
sops.templates."adguard_clients.yaml" = {
|
||||
owner = "root";
|
||||
group = "adguardhome";
|
||||
mode = "0440";
|
||||
content = builtins.toJSON {
|
||||
clients = {
|
||||
persistent = map (client: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue