mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
1
This commit is contained in:
Executable
+13
@@ -0,0 +1,13 @@
|
||||
{
|
||||
config,
|
||||
...
|
||||
}:
|
||||
{
|
||||
services.miniflux = {
|
||||
enable = false;
|
||||
config = {
|
||||
CLEANUP_FREQUENCY = 48;
|
||||
LISTEN_ADDR = "localhost:6061";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user