sept rice
This commit is contained in:
parent
89ab499605
commit
66ba28aaf3
12 changed files with 572 additions and 293 deletions
|
|
@ -1,11 +1,12 @@
|
|||
{config, ...}: {
|
||||
{ config, ... }:
|
||||
{
|
||||
sops = {
|
||||
defaultSopsFile = ../../secrets/restic.yaml;
|
||||
age.keyFile = "/home/e/.config/sops/age/keys.txt";
|
||||
secrets = {
|
||||
"b2-home/env" = {};
|
||||
"b2-home/repo" = {};
|
||||
"b2-home/password" = {};
|
||||
"b2-home/env" = { };
|
||||
"b2-home/repo" = { };
|
||||
"b2-home/password" = { };
|
||||
};
|
||||
};
|
||||
services.restic.backups = {
|
||||
|
|
@ -21,6 +22,7 @@
|
|||
"/home/e/.ssh"
|
||||
"/home/e/.librewolf"
|
||||
"/home/e/.runelite"
|
||||
"/home/e/.local/share/PrismLauncher/instances"
|
||||
];
|
||||
timerConfig = {
|
||||
OnCalendar = "01:00";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue