add cv
This commit is contained in:
parent
07877938f1
commit
b2b0448e2a
2 changed files with 12 additions and 0 deletions
11
hosts/pluto/services/cv.nix
Normal file
11
hosts/pluto/services/cv.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
services.nginx.virtualHosts."cv.zackmyers.io" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/".root = "${inputs.resume.packages.${pkgs.system}.default}";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue