1
1
Fork 0

Disable fancyTypist.dev site

main
Bill Ewanick 2024-01-20 16:43:13 -05:00
parent 52ce8f5611
commit b9532ad6e8
1 changed files with 7 additions and 7 deletions

View File

@ -35,18 +35,18 @@ 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}
# '';
# };
};
};
systemd.services = {
fancyTypistDotDev-site = {
enable = true;
enable = false;
description = "The Haskell Servant executable server that hosts my FancyTypist.dev site.";
path = with pkgs; [ nix git ];
script = ''