Disable fancyTypist.dev site
parent
52ce8f5611
commit
b9532ad6e8
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in New Issue