nixos/hosts/server/modules/www/default.nix
2024-08-22 15:25:32 +02:00

8 lines
170 B
Nix

{
imports = [ ./home.anotherhadi.com.nix ./anotherhadi.com.nix ];
services.nginx.virtualHosts = {
# "test.anotherhadi.com" = { root = "/var/www/test"; };
};
}