23 lines
238 B
Nix
23 lines
238 B
Nix
{
|
|
inputs,
|
|
outputs,
|
|
lib,
|
|
config,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./aria2
|
|
./conduit
|
|
./dex
|
|
./forgejo
|
|
./gotosocial
|
|
./jellyfin
|
|
./mail-server
|
|
./nextcloud
|
|
./ombi
|
|
./postgres
|
|
./roundcube
|
|
];
|
|
}
|