Correct the arguments for loki-test

This commit is contained in:
Andreas Zweili 2022-11-03 11:16:21 +01:00
parent 5c573fa100
commit 36dc7d18f9
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
{ hostname, inputs, pkgs, ... }:
{ hostname, inputs }: { pkgs, ... }:
{
imports = [
(import "${inputs.self}/systems/raspi4" {
ip = "10.7.89.10";
inherit hostname inputs pkgs;
inherit hostname inputs;
})
"${inputs.self}/modules/docker"
"${inputs.self}/modules/pihole" # needs to be limited to lan interface