Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
oluceps committed Oct 19, 2024
1 parent 81c8799 commit e8b27da
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions hosts/hastur/backup.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,19 @@
Persistent = true;
};
};
solid = {
profiles = lib.genAttrs [
"general.toml"
"on-eihort.toml"
] (n: config.age.secrets.${n}.path);

timerConfig = {
OnCalendar = "*-*-* 3,15:00:00";
RandomizedDelaySec = "4h";
FixedRandomDelay = true;
Persistent = true;
};
};
};
};
}

0 comments on commit e8b27da

Please sign in to comment.