Order the imports

This commit is contained in:
Andreas Zweili 2023-03-27 10:47:44 +02:00
parent f6887d5d8a
commit e7a5d7105a
1 changed files with 4 additions and 4 deletions

View File

@ -8,16 +8,16 @@ in
ip = "10.7.89.103";
inherit custom hostname;
})
(import "${custom.inputs.self}/modules/restic-client-server-mysql" {
path = "/home/andreas";
time = "01:30"; inherit custom;
})
(import "${custom.inputs.self}/modules/docker" { inherit custom; })
"${custom.inputs.self}/modules/mariadb"
(import "${custom.inputs.self}/modules/nextcloud" {
inherit custom domain;
})
"${custom.inputs.self}/modules/nginx-acme-base"
(import "${custom.inputs.self}/modules/restic-client-server-mysql" {
path = "/home/andreas";
time = "01:30"; inherit custom;
})
];
services.nginx = {