This repository has been archived on 2026-05-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
AZ-NIX/hosts/AZ-PRM-1/services/default.nix
2026-04-30 21:42:13 +02:00

14 lines
198 B
Nix

{
imports = [
./containers
./azion-scheduler.nix
./n8n.nix
./netbird.nix
./pgadmin.nix
./postgres.nix
./printing.nix
./traefik.nix
./traefik-routing.nix
];
}