This commit is contained in:
Hadi 2024-09-04 21:07:53 +02:00
parent 79403b916d
commit da2aab6f76

View File

@ -2,6 +2,6 @@
services.nginx.virtualHosts."anotherhadi.com" = {
serverAliases = [ "www.anotherhadi.com" ];
enableACME = true;
root = inputs.anotherhadi-portfolio.packages."${pkgs.system}";
root = inputs.anotherhadi-portfolio.packages."${pkgs.system}".default;
};
}