Compare commits

..

No commits in common. "53e72627b03d6a3428240613e0747e532a79c67d" and "45e9f04b85651aa010856636d4761870e475a32f" have entirely different histories.

2 changed files with 5 additions and 6 deletions

8
flake.lock generated
View file

@ -238,11 +238,11 @@
]
},
"locked": {
"lastModified": 1758235861,
"narHash": "sha256-91Gvygx8kbSmli10SPr9KbV1Uz5cz2JZ9s/EdjFtRRw=",
"lastModified": 1758231157,
"narHash": "sha256-7iMBkMqnbbQDVosbYqq8pclLr8F5IE7jUZqTNPpL/rg=",
"ref": "refs/heads/master",
"rev": "be5ce1122f40801803f9455a4e0de55f68876645",
"revCount": 64,
"rev": "04577fd42db03c89eca4f87f6c83d282df686a49",
"revCount": 63,
"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,7 +37,6 @@ with lib; {
};
guard = {
require-author = true;
require-email = true;
};
};
};