add resume repo as input to flake and use it as nginx root
This commit is contained in:
parent
cb5d682b7d
commit
8d0f110ea7
3 changed files with 38 additions and 3 deletions
|
|
@ -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}";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue