add resume repo as input to flake and use it as nginx root

This commit is contained in:
Yisroel Baum 2026-05-12 19:39:47 +03:00
parent cb5d682b7d
commit 8d0f110ea7
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
3 changed files with 38 additions and 3 deletions

View file

@ -2,6 +2,7 @@
config,
pkgs,
domainName,
resume,
...
}:
{
@ -106,7 +107,7 @@
enableACME = true;
locations = {
"/" = {
root = "/var/www/yisroelbaum";
root = "${resume.packages.x86_64-linux.default}";
};
};
};