Files
Olympus/system-config/services/containers/default.nix
2025-09-08 18:18:43 -05:00

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
];
}