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/"
|
"*/.cache/"
|
||||||
];
|
];
|
||||||
|
|
||||||
pruneOpts = [
|
|
||||||
"--keep-hourly 48"
|
|
||||||
"--keep-daily 7"
|
|
||||||
"--keep-weekly 4"
|
|
||||||
"--keep-monthly 12"
|
|
||||||
"--keep-yearly 5"
|
|
||||||
];
|
|
||||||
extraBackupArgs = [
|
extraBackupArgs = [
|
||||||
"--verbose"
|
"--verbose"
|
||||||
"--exclude-caches"
|
"--exclude-caches"
|
||||||
|
|
|
||||||
|
|
@ -183,8 +183,10 @@
|
||||||
|
|
||||||
services.miniflux = {
|
services.miniflux = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
config = {
|
||||||
LISTEN_ADDR = "0.0.0.0:8086";
|
LISTEN_ADDR = "0.0.0.0:8086";
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
git
|
git
|
||||||
|
|
|
||||||
|
|
@ -23,13 +23,6 @@
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
pruneOpts = [
|
|
||||||
"--keep-hourly 48"
|
|
||||||
"--keep-daily 7"
|
|
||||||
"--keep-weekly 4"
|
|
||||||
"--keep-monthly 12"
|
|
||||||
"--keep-yearly 5"
|
|
||||||
];
|
|
||||||
extraBackupArgs = [
|
extraBackupArgs = [
|
||||||
"--verbose"
|
"--verbose"
|
||||||
"--exclude-caches"
|
"--exclude-caches"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue