diff --git a/hosts/server/modules/www/default.nix b/hosts/server/modules/www/default.nix index e680f18..bfba19c 100644 --- a/hosts/server/modules/www/default.nix +++ b/hosts/server/modules/www/default.nix @@ -6,11 +6,6 @@ ]; services.nginx.virtualHosts = { - "anotherhadi.com" = { - serverAliases = [ "www.anotherhadi.com" ]; - root = "/etc/www/anotherhadi.com"; - }; "test.anotherhadi.com" = { root = "/var/www/test"; }; }; - environment.etc."www/anotherhadi.com" = { source = ./anotherhadi.com; }; }