18 lines
233 B
Nix
18 lines
233 B
Nix
{...}: {
|
|
imports = [
|
|
./conduit
|
|
./forgejo
|
|
./gotosocial
|
|
./mail-server
|
|
./nextcloud
|
|
./phanpy
|
|
./postgres
|
|
./roundcube
|
|
./coturn
|
|
./dashboard
|
|
#./cinny
|
|
#./firefox-sync
|
|
./writefreely
|
|
];
|
|
}
|