Compare commits
4 commits
45e9f04b85
...
53e72627b0
Author | SHA1 | Date | |
---|---|---|---|
53e72627b0 | |||
e0814f8934 | |||
f66fe7f7aa | |||
2bae236aec |
2 changed files with 6 additions and 5 deletions
8
flake.lock
generated
8
flake.lock
generated
|
@ -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"
|
||||
},
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue