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
|
2024-04-05 23:42:35 +02:00
|
|
|
./phanpy
|
2024-02-07 13:50:03 +01:00
|
|
|
./postgres
|
|
|
|
./roundcube
|
2024-03-24 21:03:17 +01:00
|
|
|
./coturn
|
2024-03-26 14:13:35 +01:00
|
|
|
./dashboard
|
2024-08-29 10:51:45 +02:00
|
|
|
#./cinny
|
2024-08-17 14:48:47 +02:00
|
|
|
#./firefox-sync
|
2024-08-16 15:32:50 +02:00
|
|
|
./writefreely
|
2024-02-07 13:50:03 +01:00
|
|
|
];
|
|
|
|
}
|