1
1
Fork 0

Enable fancytypist.dev

Bill Ewanick 2025-07-20 20:27:14 -04:00
parent 8d80823e1c
commit 76c5ed8988
1 changed files with 14 additions and 8 deletions

View File

@ -35,12 +35,12 @@ in
'';
};
# "fancytypist.dev" = {
# serverAliases = [ "www.fancytypist.dev" ];
# extraConfig = ''
# reverse_proxy ${HOST}:${toString PORT}
# '';
# };
"fancytypist.dev" = {
serverAliases = [ "www.fancytypist.dev" ];
extraConfig = ''
reverse_proxy ${HOST}:${toString PORT}
'';
};
};
};
@ -48,7 +48,10 @@ in
fancyTypistDotDev-site = {
enable = false;
description = "The Haskell Servant executable server that hosts my FancyTypist.dev site.";
path = with pkgs; [ nix git ];
path = with pkgs; [
nix
git
];
script = ''
cd ${PROJECT_ROOT}
nix run .#fancyTypistDotDev-site
@ -58,7 +61,10 @@ in
osdsFancyTypistSubdomain-site = {
enable = true;
description = "Emanote site running the OSDS content.";
path = with pkgs; [ nix git ];
path = with pkgs; [
nix
git
];
script = ''
cd ${PROJECT_ROOT}
nix run .#osdsFancyTypistSubdomain-site