8 lines
170 B
Nix
8 lines
170 B
Nix
{
|
|
imports = [ ./home.anotherhadi.com.nix ./anotherhadi.com.nix ];
|
|
|
|
services.nginx.virtualHosts = {
|
|
# "test.anotherhadi.com" = { root = "/var/www/test"; };
|
|
};
|
|
}
|