Home Gen87 @ 2024-04-24-22:42

This commit is contained in:
Jonas Röger 2024-04-24 22:42:07 +02:00
parent 529732b5c5
commit f515cbc459

View File

@ -70,6 +70,10 @@ in {
excludeHomeManagerSymlinks = true; excludeHomeManagerSymlinks = true;
extraConfig = { extraConfig = {
archive_name_format = "{hostname}-media-{now}"; archive_name_format = "{hostname}-media-{now}";
excludePatterns = [
"*/.venv"
"__pycache__"
];
}; };
}; };
retention = { retention = {