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