nixos-config/modules/system/services/server/webserver/nginx/virtualhosts/default.nix

8 lines
57 B
Nix
Raw Normal View History

2024-10-22 21:08:23 -04:00
{ ... }:
{
imports = [
2025-03-04 17:24:48 -05:00
./files
2025-02-25 03:03:43 -05:00
./nixfox
2024-10-22 21:08:23 -04:00
];
}