2024-02-07 13:50:03 +01:00
|
|
|
{
|
|
|
|
inputs,
|
|
|
|
outputs,
|
|
|
|
lib,
|
|
|
|
config,
|
|
|
|
pkgs,
|
|
|
|
...
|
|
|
|
}: {
|
|
|
|
imports = [
|
2024-03-14 14:52:24 +01:00
|
|
|
./conduit
|
2024-02-07 13:50:03 +01:00
|
|
|
./forgejo
|
|
|
|
./gotosocial
|
|
|
|
./mail-server
|
|
|
|
./nextcloud
|
|
|
|
./postgres
|
|
|
|
./roundcube
|
2024-03-24 21:03:17 +01:00
|
|
|
./coturn
|
2024-03-26 14:13:35 +01:00
|
|
|
./dashboard
|
2024-02-07 13:50:03 +01:00
|
|
|
];
|
|
|
|
}
|