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