sourcephile
/
git
/
julm
/
julm-nix.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe7b9bc
)
courge: sanoid: tweaks
author
Julien Moutinho
<julm+julm-nix@sourcephile.fr>
Sun, 3 Dec 2023 14:39:08 +0000
(15:39 +0100)
committer
Julien Moutinho
<julm+julm-nix@sourcephile.fr>
Sun, 3 Dec 2023 14:39:55 +0000
(15:39 +0100)
hosts/courge/backup.nix
patch
|
blob
|
history
diff --git
a/hosts/courge/backup.nix
b/hosts/courge/backup.nix
index 8cf113910bfea9c254e8f48337af3c46f35172cd..a9e2cd1942273abf5ebf719f319a3bf22b553c23 100644
(file)
--- a/
hosts/courge/backup.nix
+++ b/
hosts/courge/backup.nix
@@
-17,6
+17,17
@@
with builtins;
"${hostName}/root/home/mo/.cache" = {
autosnap = false;
};
+ "${hostName}/root/home/mo/.mozilla" = {
+ autosnap = true;
+ autoprune = true;
+ daily = 3;
+ };
+ "${hostName}/root/home/mo/.thunderbird" = {
+ autosnap = true;
+ autoprune = true;
+ hourly = 12;
+ daily = 7;
+ };
"${hostName}/root/home/mo/Documents" = {
autosnap = true;
autoprune = true;