this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

heather: different folders for each backup job

Aria ac4a814c 0108cf59

+3 -3
+1 -1
nix/hosts/heather/authelia.nix
··· 127 127 128 128 prune.keep.weekly = 2; 129 129 130 - repo = "/var/lib/borg/heather"; 130 + repo = "/var/lib/borg/heather-identity"; 131 131 encryption = { 132 132 mode = "repokey"; 133 133 passCommand = "cat ${config.age.secrets.borg-password.path}";
+1 -1
nix/hosts/heather/grafana.nix
··· 119 119 120 120 prune.keep.weekly = 4; 121 121 122 - repo = "/var/lib/borg/heather"; 122 + repo = "/var/lib/borg/heather-monitoring"; 123 123 encryption = { 124 124 mode = "repokey"; 125 125 passCommand = "cat ${config.age.secrets.borg-password.path}";
+1 -1
nix/hosts/heather/reverse-proxy.nix
··· 116 116 117 117 prune.keep.weekly = 2; 118 118 119 - repo = "/var/lib/borg/heather"; 119 + repo = "/var/lib/borg/heather-web"; 120 120 encryption = { 121 121 mode = "repokey"; 122 122 passCommand = "cat ${config.age.secrets.borg-password.path}";