mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
fix: restic backups name for yukari matrix
This commit is contained in:
parent
1aa2e5c467
commit
468c9bc811
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
sopsFile = ./restic.yaml;
|
||||
};
|
||||
services.restic.backups = {
|
||||
"${config.networking.hostName}/matrix" = {
|
||||
"${config.networking.hostName}-matrix" = {
|
||||
paths = [
|
||||
"/var/lib/matrix-synapse"
|
||||
"/var/lib/mx-puppet-discord"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue