diff --git a/sys/platforms/vps/srv/isso.nix b/sys/platforms/vps/srv/isso.nix index 43e85a0..eb6e23c 100644 --- a/sys/platforms/vps/srv/isso.nix +++ b/sys/platforms/vps/srv/isso.nix @@ -23,7 +23,7 @@ with lib; { enable = true; settings = { general = { - host = "https://posixlycorrect.com"; + host = "https://posixlycorrect.com/"; dbpath = "/var/lib/isso/comments.db"; notify = "stdout"; };