Correct the arguments for git

This commit is contained in:
Andreas Zweili 2022-11-03 11:15:30 +01:00
parent bc5647a1aa
commit 5c573fa100
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" {
@ -6,7 +6,7 @@
inherit hostname inputs;
})
(import "${inputs.self}/modules/restic-server-mysql-client" {
time = "03:00"; inherit custom hostname inputs pkgs;
time = "03:00"; inherit custom hostname inputs;
})
(import "${inputs.self}/modules/nginx-proxy" {
domain = "git.2li.ch"; inherit inputs;