NixOS-Config/modules/system/services/server/webhost/default.nix
2024-10-22 21:08:23 -04:00

9 lines
74 B
Nix

{ ... }:
{
imports = [
./nginx
./rtmp
./virtualhosts
];
}