make index resume.pdf
This commit is contained in:
parent
b293f412f9
commit
be42470678
1 changed files with 6 additions and 1 deletions
|
|
@ -6,6 +6,11 @@
|
||||||
services.nginx.virtualHosts."cv.zackmyers.io" = {
|
services.nginx.virtualHosts."cv.zackmyers.io" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
locations."/".root = "${inputs.resume.packages.${pkgs.system}.default}";
|
locations."/" = {
|
||||||
|
root = "${inputs.resume.packages.${pkgs.system}.default}";
|
||||||
|
};
|
||||||
|
extraConfig = ''
|
||||||
|
index resume.pdf
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue