This commit is contained in:
2025-09-08 23:20:13 +03:00
parent 7f6c112cb6
commit 5e6198c3ef
4 changed files with 18 additions and 14 deletions
+6 -2
View File
@@ -1,13 +1,17 @@
{
config,
inputs,
xlib,
...
}:
{
services.miniflux = {
enable = false;
enable = true;
config = {
ADMIN_USERNAME = "";
CLEANUP_FREQUENCY = 48;
LISTEN_ADDR = "localhost:6061";
LISTEN_ADDR = "0.0.0.0:6061";
};
adminCredentialsFile = "${inputs.zeroq-credentials}/services/miniflux/admin-pass.txt";
};
}