From 2b5813057c9ecbd247a0afff1f6d14dedf22ed31 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Sun, 23 Jun 2024 14:46:11 +0200 Subject: [PATCH] Update --- hosts/server/modules/www/default.nix | 5 ----- 1 file changed, 5 deletions(-) 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; }; }