Files
Olympus/system-config/services/containers/default.nix
2025-08-10 22:47:31 -05:00

25 lines
380 B
Nix

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