Home Gen208 @ 2024-05-01-16:32

This commit is contained in:
Jonas Röger 2024-05-01 16:32:09 +02:00
parent edcb828da7
commit a6daa79c7b

View File

@ -86,6 +86,27 @@ in {
};
consistency.checks = defaultChecks;
};
sec = {
location = {
sourceDirectories = [
"${config.xdg.configHome}/sops"
];
repositories = [repo];
excludeHomeManagerSymlinks = true;
extraConfig = {
archive_name_format = "{hostname}-sec-{now}";
};
};
retention = {
keepDaily = 7;
keepWeekly = 2;
keepMonthly = 6;
};
storage = {
encryptionPasscommand = encCmd;
};
consistency.checks = defaultChecks;
};
var = {
location = {
sourceDirectories = [