Files
Olympus/system-config/services/containers/default.nix
2025-08-09 10:04:35 -05:00

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