mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 10:45:49 +02:00
ade814e4af
Former-commit-id: 2b5813057c
12 lines
210 B
Nix
12 lines
210 B
Nix
{
|
|
imports = [
|
|
./home.anotherhadi.com.nix
|
|
./start.anotherhadi.com.nix
|
|
./anotherhadi.com.nix
|
|
];
|
|
|
|
services.nginx.virtualHosts = {
|
|
"test.anotherhadi.com" = { root = "/var/www/test"; };
|
|
};
|
|
}
|