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

22 lines
326 B
Nix

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