proxy/services/default.nix
2026-04-11 13:09:32 +02:00

9 lines
No EOL
107 B
Nix

{ ... }:
{
imports = [
./openssh.nix
./nginx.nix
./livekit.nix
./node-exporter.nix
];
}