correct arguments

This commit is contained in:
Andreas Zweili 2022-03-15 17:18:44 +01:00
parent b71d983d03
commit 326ebd0ed3
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
(import "${inputs.self}/systems/raspi4" {
hostname = "raspi-test";
ip = "10.7.89.99";
inherit inputs;
inherit inputs pkgs;
})
(import "${inputs.self}/modules/restic-server-client" {
time = "11:30"; inherit config custom inputs pkgs;

View File

@ -1,4 +1,4 @@
{ inputs, hostname, ip, ... }:
{ inputs, hostname, ip, pkgs, ... }:
{
imports = [
inputs.nixos-hardware.nixosModules.raspberry-pi-4