From da2aab6f762cf3950fc62b63e12d42d80bbb36e1 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 4 Sep 2024 21:07:53 +0200 Subject: [PATCH] update --- hosts/server/modules/www/anotherhadi.com.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; }