diff --git a/hosts/server/modules/www/anotherhadi.com.nix b/hosts/server/modules/www/anotherhadi.com.nix index 957d945..45ad08b 100644 --- a/hosts/server/modules/www/anotherhadi.com.nix +++ b/hosts/server/modules/www/anotherhadi.com.nix @@ -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; }; }