This commit is contained in:
Hadi
2024-06-23 15:14:29 +02:00
parent 4046038cf2
commit 487d81ff86
5 changed files with 6 additions and 111 deletions

View File

@@ -1,9 +1,5 @@
{
imports = [
./home.anotherhadi.com.nix
./start.anotherhadi.com.nix
./anotherhadi.com.nix
];
imports = [ ./home.anotherhadi.com.nix ./anotherhadi.com.nix ];
services.nginx.virtualHosts = {
"test.anotherhadi.com" = { root = "/var/www/test"; };