This commit is contained in:
Hadi 2024-06-20 00:17:59 +02:00
parent e94276c144
commit de9b1de37c
2 changed files with 2 additions and 2 deletions

View File

@ -9,5 +9,5 @@
}; };
"home.anotherhadi.com" = { root = "/etc/www/home.anotherhadi.com"; }; "home.anotherhadi.com" = { root = "/etc/www/home.anotherhadi.com"; };
}; };
environment.etc."www/anotherhadi.com" = { source = ./home.anotherhadi.com; }; environment.etc."www/anotherhadi.com" = { source = ./anotherhadi.com; };
} }

View File

@ -11,7 +11,7 @@ let
''; '';
in { in {
environment.etc."www/home.anotherhadi.com".text = '' environment.etc."www/home.anotherhadi.com/index.html".text = ''
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">