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

7 lines
48 B
Nix
Raw Normal View History

2024-10-22 21:08:23 -04:00
{ ... }:
{
imports = [
./jimDomain
];
}