update(deimos): Start hosting the bookshelf project.
parent
7f51cd54d1
commit
48da66bcd8
|
@ -4,6 +4,8 @@ let
|
||||||
"github:jrpotter/blog/d5e3dba9f2620050365084e396bd481e68dd3795";
|
"github:jrpotter/blog/d5e3dba9f2620050365084e396bd481e68dd3795";
|
||||||
portfolio = builtins.getFlake
|
portfolio = builtins.getFlake
|
||||||
"github:jrpotter/portfolio/d07f24b8087f712f6d2436e2fbc4af6b56518ce6";
|
"github:jrpotter/portfolio/d07f24b8087f712f6d2436e2fbc4af6b56518ce6";
|
||||||
|
bookshelf = builtins.getFlake
|
||||||
|
"github:jrpotter/bookshelf/bf9888c050b7a62f58be0198af19a6de7c40b375";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
imports = lib.optional (builtins.pathExists ./do-userdata.nix) ./do-userdata.nix ++ [
|
imports = lib.optional (builtins.pathExists ./do-userdata.nix) ./do-userdata.nix ++ [
|
||||||
|
@ -47,6 +49,13 @@ in
|
||||||
root = blog.packages.${system}.app;
|
root = blog.packages.${system}.app;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
"bookshelf.jrpotter.com" = {
|
||||||
|
forceSSL = true;
|
||||||
|
enableACME = true;
|
||||||
|
locations."/" = {
|
||||||
|
root = bookshelf.packages.${system}.app;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue