Correct arguments for nextcloud

This commit is contained in:
Andreas Zweili 2022-11-03 11:22:41 +01:00
parent 8d1b02bcf8
commit 7b6b57a379
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 = "04:00"; inherit custom hostname inputs pkgs;
time = "04:00"; inherit custom hostname inputs;
})
"${inputs.self}/modules/docker"
"${inputs.self}/modules/mariadb"