Revert "run nuc backups every 6 hours"

This reverts commit bb546c35c6.
This commit is contained in:
Rouven Seifert 2023-04-24 22:11:57 +02:00
parent bb546c35c6
commit fd2b72ba37
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
3 changed files with 21 additions and 29 deletions

View file

@ -38,11 +38,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1682347289, "lastModified": 1682333170,
"narHash": "sha256-BQHY4lzS3Tkx4XLmZPR5FSjKWMP+cKNtUM8pTC4L9Ek=", "narHash": "sha256-yrJIk5/ONaX0QVQoq67DzNPW7epOuiwAM9FY9xFrE8k=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "0263da497eae3246ea15ed6f0f7875bc15592cef", "rev": "6f9781b1b0cf3fedbe9d2d0a785aeec4d6085c10",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -391,11 +391,11 @@
"nixpkgs": "nixpkgs_3" "nixpkgs": "nixpkgs_3"
}, },
"locked": { "locked": {
"lastModified": 1682345099, "lastModified": 1682275062,
"narHash": "sha256-UmVuGvrOrL2iSZOf3sqzJAtbI9Y1BVAOHOdCBCI6W10=", "narHash": "sha256-+Z0szchvOKkiNoBU6HO9N9xORj9AlEUccPe3Bsn1Mvo=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "xdg-desktop-portal-hyprland", "repo": "xdg-desktop-portal-hyprland",
"rev": "f9f08c802e96ede147f25f724977a156324a4cf4", "rev": "7d3da7e9686df82bb595857e1fde0cf235ad5fba",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -15,9 +15,7 @@
}; };
services.btrbk = { services.btrbk = {
instances."nuc-to-disk" = instances."nuc-to-disk".settings = {
{
settings = {
snapshot_preserve = "14d"; snapshot_preserve = "14d";
snapshot_preserve_min = "2d"; snapshot_preserve_min = "2d";
target_preserve = "30d 4w 12m"; target_preserve = "30d 4w 12m";
@ -36,7 +34,5 @@
}; };
}; };
}; };
onCalendar = "*-*-* */6:00:00";
};
}; };
} }

View file

@ -49,10 +49,6 @@
prompt_dir() { prompt_dir() {
prompt_segment blue $CURRENT_FG '%c' prompt_segment blue $CURRENT_FG '%c'
} }
witch() {
readlink -f $(which $1)
}
cat ${../images/cat.sixel} cat ${../images/cat.sixel}
''; '';