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": {
|
"locked": {
|
||||||
"lastModified": 1758231157,
|
"lastModified": 1758235861,
|
||||||
"narHash": "sha256-7iMBkMqnbbQDVosbYqq8pclLr8F5IE7jUZqTNPpL/rg=",
|
"narHash": "sha256-91Gvygx8kbSmli10SPr9KbV1Uz5cz2JZ9s/EdjFtRRw=",
|
||||||
"ref": "refs/heads/master",
|
"ref": "refs/heads/master",
|
||||||
"rev": "04577fd42db03c89eca4f87f6c83d282df686a49",
|
"rev": "be5ce1122f40801803f9455a4e0de55f68876645",
|
||||||
"revCount": 63,
|
"revCount": 64,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.posixlycorrect.com/fabian/homepage.git"
|
"url": "https://git.posixlycorrect.com/fabian/homepage.git"
|
||||||
},
|
},
|
||||||
|
|
|
@ -23,7 +23,7 @@ with lib; {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
general = {
|
general = {
|
||||||
host = "https://posixlycorrect.com";
|
host = "https://posixlycorrect.com/";
|
||||||
dbpath = "/var/lib/isso/comments.db";
|
dbpath = "/var/lib/isso/comments.db";
|
||||||
notify = "stdout";
|
notify = "stdout";
|
||||||
};
|
};
|
||||||
|
@ -37,6 +37,7 @@ with lib; {
|
||||||
};
|
};
|
||||||
guard = {
|
guard = {
|
||||||
require-author = true;
|
require-author = true;
|
||||||
|
require-email = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue