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 {
|
config = lib.mkIf cfg.enable {
|
||||||
# Provide an adguard clients partial config for injection
|
# Provide an adguard clients partial config for injection
|
||||||
sops.templates."adguard_clients.yaml" = {
|
sops.templates."adguard_clients.yaml" = {
|
||||||
|
owner = "root";
|
||||||
|
group = "adguardhome";
|
||||||
|
mode = "0440";
|
||||||
content = builtins.toJSON {
|
content = builtins.toJSON {
|
||||||
clients = {
|
clients = {
|
||||||
persistent = map (client: {
|
persistent = map (client: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue