Files
Olympus/system-config/services/containers/default.nix
2025-08-04 19:07:33 -05:00

23 lines
340 B
Nix

{ ... }: {
imports = [
./gitlab
./gitea
./traefik
./nginx
./jellyfin
./pihole
./nextcloud
./ntfy
./homeassistant
./rustdesk
./netbird
./keycloak
./ollama
./n8n
./wyoming
./code-server
./vnc
];
}