21 lines
264 B
Nix
21 lines
264 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./cfdyndns
|
|
./forgejo
|
|
./icecast
|
|
./jellyfin
|
|
./lemmy
|
|
./mailserver
|
|
./mastodon
|
|
./matrix
|
|
./minecraft
|
|
./mysql
|
|
./nextcloud
|
|
./nfs
|
|
./nginx
|
|
./owncast
|
|
./transmission
|
|
./vaultwarden
|
|
];
|
|
}
|