This commit is contained in:
2025-08-06 23:11:59 +03:00
parent 6b1bc2ab85
commit 0b92e733aa
6 changed files with 45 additions and 11 deletions
+13
View File
@@ -0,0 +1,13 @@
{
config,
...
}:
{
services.miniflux = {
enable = false;
config = {
CLEANUP_FREQUENCY = 48;
LISTEN_ADDR = "localhost:6061";
};
};
}