miniflux: enable

This commit is contained in:
Charlie Root 2025-02-26 21:27:58 +01:00
commit 507cedf2ba
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
2 changed files with 3 additions and 5 deletions

View file

@ -1,9 +1,6 @@
{
config,
pkgs,
}: {
_: {
services.miniflux = {
enable = true;
createDatabaseLocally = true;
config.CREATE_ADMIN = 0;
};
}