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" = { # "fancytypist.dev" = {
serverAliases = [ "www.fancytypist.dev" ]; # serverAliases = [ "www.fancytypist.dev" ];
extraConfig = '' # extraConfig = ''
reverse_proxy ${HOST}:${toString PORT} # reverse_proxy ${HOST}:${toString PORT}
''; # '';
}; # };
}; };
}; };
systemd.services = { systemd.services = {
fancyTypistDotDev-site = { fancyTypistDotDev-site = {
enable = true; enable = false;
description = "The Haskell Servant executable server that hosts my FancyTypist.dev site."; description = "The Haskell Servant executable server that hosts my FancyTypist.dev site.";
path = with pkgs; [ nix git ]; path = with pkgs; [ nix git ];
script = '' script = ''