Home Gen89 @ 2024-04-24-22:50

This commit is contained in:
Jonas Röger 2024-04-24 22:50:17 +02:00
parent ed391da9bd
commit 41d81d95a9

View File

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