Nixify hugo deployment
Create a derivation for building the static files of my blog.
This commit is contained in:
parent
6e4c721be5
commit
b929a6bb57
2 changed files with 13 additions and 1 deletions
|
@ -154,7 +154,7 @@ in {
|
|||
"blog.wpcarro.dev" = {
|
||||
addSSL = true;
|
||||
enableACME = true;
|
||||
root = "/var/www/blog";
|
||||
root = briefcase.blog;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue