upgrade to newer packages, keep some hourly backups
This commit is contained in:
parent
4f01ae8acc
commit
7f07080422
3 changed files with 2 additions and 3 deletions
|
@ -27,7 +27,6 @@
|
|||
services.hardware.bolt.enable = true;
|
||||
services.fprintd = {
|
||||
enable = true;
|
||||
package = pkgs.fprintd-thinkpad;
|
||||
};
|
||||
|
||||
imports = [
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
repository = "rest:http://brix.local:8000/";
|
||||
timerConfig = { OnCalendar = "hourly"; };
|
||||
extraBackupArgs = [ "--exclude='.cache'" "--exclude='.rustup'" ];
|
||||
pruneOpts = [ "--keep-daily 8" "--keep-weekly 5" "--keep-monthly 13" "--keep-yearly 16" ];
|
||||
pruneOpts = [ "--keep-hourly 25" "--keep-daily 8" "--keep-weekly 5" "--keep-monthly 13" "--keep-yearly 16" ];
|
||||
};
|
||||
|
||||
restic.backups.home-to-b2 = {
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
gnome3.gnome-screenshot gsettings-desktop-schemas
|
||||
apvlv xidlehook
|
||||
fontconfig xclip gimp glxinfo
|
||||
notable mindforger
|
||||
mindforger
|
||||
evince signal-desktop
|
||||
libreoffice vlc
|
||||
unstable.tor-browser-bundle-bin
|
||||
|
|
Loading…
Reference in a new issue