NixOS-Config/modules/system/services/server/nginx/virtualhosts/default.nix

7 lines
49 B
Nix
Raw Permalink Normal View History

2024-10-22 21:08:23 -04:00
{ ... }:
{
imports = [
2024-10-27 16:44:04 -04:00
./jimDomain1
2024-10-22 21:08:23 -04:00
];
}