From e94276c144fcbd58a6c545f7a174f48c9a00eb4e Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Thu, 20 Jun 2024 00:15:18 +0200 Subject: [PATCH] Update --- hosts/modules/server/www/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hosts/modules/server/www/default.nix b/hosts/modules/server/www/default.nix index f3c9acc..e1cb0cd 100644 --- a/hosts/modules/server/www/default.nix +++ b/hosts/modules/server/www/default.nix @@ -9,7 +9,5 @@ }; "home.anotherhadi.com" = { root = "/etc/www/home.anotherhadi.com"; }; }; - environment.etc."www" = { - "anotherhadi.com" = { source = ./home.anotherhadi.com; }; - }; + environment.etc."www/anotherhadi.com" = { source = ./home.anotherhadi.com; }; }