8 lines
70 B
Nix
Raw Normal View History

2024-09-21 16:59:39 +02:00
{
imports = [
./echo.nix
2024-09-26 14:45:59 +02:00
./httpd.nix
2024-09-23 14:30:14 +02:00
./nginx.nix
2024-09-21 16:59:39 +02:00
];
}