16 lines
216 B
Nix
16 lines
216 B
Nix
{...}: {
|
|
imports = [
|
|
./nginx
|
|
./forgejo
|
|
./redis
|
|
./jellyfin
|
|
./nextcloud
|
|
./grafana
|
|
./postgresql
|
|
./onlyoffice
|
|
./collabora
|
|
./qbittorrent-vpn
|
|
./nixarr
|
|
./vaultwarden
|
|
];
|
|
}
|