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

8 lines
63 B
Nix
Raw Normal View History

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