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