20 lines
203 B
Nix
20 lines
203 B
Nix
{
|
|
inputs,
|
|
outputs,
|
|
lib,
|
|
config,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./conduit
|
|
./forgejo
|
|
./gotosocial
|
|
./mail-server
|
|
./nextcloud
|
|
./postgres
|
|
./roundcube
|
|
./coturn
|
|
];
|
|
}
|