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