25 lines
283 B
Nix
25 lines
283 B
Nix
{
|
|
inputs,
|
|
outputs,
|
|
lib,
|
|
config,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./conduit
|
|
./forgejo
|
|
./gotosocial
|
|
./mail-server
|
|
./nextcloud
|
|
./phanpy
|
|
./postgres
|
|
./roundcube
|
|
./coturn
|
|
./dashboard
|
|
#./cinny
|
|
#./firefox-sync
|
|
./writefreely
|
|
];
|
|
}
|