nixos/hosts/server/modules/www/default.nix
2024-06-23 15:14:29 +02:00

8 lines
168 B
Nix

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