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; }; }