cfg/mod/default.nix
2025-07-14 14:45:55 +02:00

6 lines
48 B
Nix

{ ... }:
{
imports = [
./nginx.nix
];
}