Correct arguments for pihole

This commit is contained in:
Andreas Zweili 2022-11-03 11:23:35 +01:00
parent 7b6b57a379
commit c841bfbff0
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{ custom, hostname, inputs, pkgs, ... }:
{ custom, hostname, inputs }: { pkgs, ... }:
{
imports = [
(import "${inputs.self}/systems/proxmox-vm" {
@ -8,7 +8,7 @@
(import "${inputs.self}/modules/restic-server-client" {
path = "/var/lib/pihole";
tag = "pihole";
time = "05:00"; inherit custom hostname inputs pkgs;
time = "05:00"; inherit custom hostname inputs;
})
"${inputs.self}/modules/docker"
"${inputs.self}/modules/pihole"