mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
miniflux
This commit is contained in:
parent
819d41ee35
commit
ca874f8889
3 changed files with 3 additions and 15 deletions
|
|
@ -22,13 +22,6 @@
|
|||
"*/.cache/"
|
||||
];
|
||||
|
||||
pruneOpts = [
|
||||
"--keep-hourly 48"
|
||||
"--keep-daily 7"
|
||||
"--keep-weekly 4"
|
||||
"--keep-monthly 12"
|
||||
"--keep-yearly 5"
|
||||
];
|
||||
extraBackupArgs = [
|
||||
"--verbose"
|
||||
"--exclude-caches"
|
||||
|
|
|
|||
|
|
@ -183,7 +183,9 @@
|
|||
|
||||
services.miniflux = {
|
||||
enable = true;
|
||||
LISTEN_ADDR = "0.0.0.0:8086";
|
||||
config = {
|
||||
LISTEN_ADDR = "0.0.0.0:8086";
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
|
|||
|
|
@ -23,13 +23,6 @@
|
|||
|
||||
];
|
||||
|
||||
pruneOpts = [
|
||||
"--keep-hourly 48"
|
||||
"--keep-daily 7"
|
||||
"--keep-weekly 4"
|
||||
"--keep-monthly 12"
|
||||
"--keep-yearly 5"
|
||||
];
|
||||
extraBackupArgs = [
|
||||
"--verbose"
|
||||
"--exclude-caches"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue