24 lines
362 B
Nix
24 lines
362 B
Nix
{ ... }: {
|
|
|
|
imports = [
|
|
./gitlab
|
|
./gitea
|
|
./traefik
|
|
./nginx
|
|
./jellyfin
|
|
./pihole
|
|
./nextcloud
|
|
./ntfy
|
|
./homeassistant
|
|
./rustdesk
|
|
./netbird
|
|
./keycloak
|
|
./ollama
|
|
./n8n
|
|
./wyoming
|
|
./code-server
|
|
./novnc
|
|
./minecraft
|
|
];
|
|
}
|