mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 06:30:10 +03:00
123
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user