Nixify hugo deployment

Create a derivation for building the static files of my blog.
This commit is contained in:
William Carroll 2020-03-09 15:14:49 +00:00
parent 6e4c721be5
commit b929a6bb57
2 changed files with 13 additions and 1 deletions

View file

@ -154,7 +154,7 @@ in {
"blog.wpcarro.dev" = {
addSSL = true;
enableACME = true;
root = "/var/www/blog";
root = briefcase.blog;
};
};
};