16 lines
208 B
Nix
16 lines
208 B
Nix
{ inputs, ... }:
|
|
{
|
|
imports = [
|
|
./nginx
|
|
./netbox
|
|
./gitea
|
|
./forgejo-runner
|
|
./redis
|
|
./jellyfin
|
|
./nextcloud
|
|
./grafana
|
|
./authentik
|
|
./postgresql
|
|
./minimalConfig
|
|
];
|
|
}
|