Compare commits

..

4 commits

2 changed files with 6 additions and 5 deletions

8
flake.lock generated
View file

@ -238,11 +238,11 @@
]
},
"locked": {
"lastModified": 1758231157,
"narHash": "sha256-7iMBkMqnbbQDVosbYqq8pclLr8F5IE7jUZqTNPpL/rg=",
"lastModified": 1758235861,
"narHash": "sha256-91Gvygx8kbSmli10SPr9KbV1Uz5cz2JZ9s/EdjFtRRw=",
"ref": "refs/heads/master",
"rev": "04577fd42db03c89eca4f87f6c83d282df686a49",
"revCount": 63,
"rev": "be5ce1122f40801803f9455a4e0de55f68876645",
"revCount": 64,
"type": "git",
"url": "https://git.posixlycorrect.com/fabian/homepage.git"
},

View file

@ -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";
};
@ -37,6 +37,7 @@ with lib; {
};
guard = {
require-author = true;
require-email = true;
};
};
};