This commit is contained in:
death916 2026-01-22 00:55:05 -08:00
parent 819d41ee35
commit ca874f8889
3 changed files with 3 additions and 15 deletions

View file

@ -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"

View file

@ -183,8 +183,10 @@
services.miniflux = {
enable = true;
config = {
LISTEN_ADDR = "0.0.0.0:8086";
};
};
environment.systemPackages = with pkgs; [
git

View file

@ -23,13 +23,6 @@
];
pruneOpts = [
"--keep-hourly 48"
"--keep-daily 7"
"--keep-weekly 4"
"--keep-monthly 12"
"--keep-yearly 5"
];
extraBackupArgs = [
"--verbose"
"--exclude-caches"