Former-commit-id: 3ef71b9fa2
This commit is contained in:
Hadi
2024-08-22 15:25:32 +02:00
parent d705c8cecc
commit e5f82cdb2d
11 changed files with 49 additions and 124 deletions

View File

@@ -2,6 +2,6 @@
imports = [ ./home.anotherhadi.com.nix ./anotherhadi.com.nix ];
services.nginx.virtualHosts = {
"test.anotherhadi.com" = { root = "/var/www/test"; };
# "test.anotherhadi.com" = { root = "/var/www/test"; };
};
}