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.hardware.bolt.enable = true;
|
||||||
services.fprintd = {
|
services.fprintd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.fprintd-thinkpad;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
repository = "rest:http://brix.local:8000/";
|
repository = "rest:http://brix.local:8000/";
|
||||||
timerConfig = { OnCalendar = "hourly"; };
|
timerConfig = { OnCalendar = "hourly"; };
|
||||||
extraBackupArgs = [ "--exclude='.cache'" "--exclude='.rustup'" ];
|
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 = {
|
restic.backups.home-to-b2 = {
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
gnome3.gnome-screenshot gsettings-desktop-schemas
|
gnome3.gnome-screenshot gsettings-desktop-schemas
|
||||||
apvlv xidlehook
|
apvlv xidlehook
|
||||||
fontconfig xclip gimp glxinfo
|
fontconfig xclip gimp glxinfo
|
||||||
notable mindforger
|
mindforger
|
||||||
evince signal-desktop
|
evince signal-desktop
|
||||||
libreoffice vlc
|
libreoffice vlc
|
||||||
unstable.tor-browser-bundle-bin
|
unstable.tor-browser-bundle-bin
|
||||||
|
|
Loading…
Reference in a new issue