This commit is contained in:
2025-08-07 01:46:58 +03:00
parent 185d6e22b4
commit de44801150
62 changed files with 5 additions and 43 deletions
-13
View File
@@ -1,13 +0,0 @@
{
config,
...
}:
{
services.miniflux = {
enable = false;
config = {
CLEANUP_FREQUENCY = 48;
LISTEN_ADDR = "localhost:6061";
};
};
}