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/" "*/.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"

View file

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

View file

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