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

7 lines
43 B
Nix
Raw Normal View History

2024-10-22 21:08:23 -04:00
{ ... }:
{
imports = [
2024-12-27 18:47:07 -05:00
./jim1
2024-10-22 21:08:23 -04:00
];
}