From 468c9bc811d4356b38b516fe3be2ad33443bdd06 Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Sun, 21 Apr 2024 15:10:47 -0700 Subject: [PATCH] fix: restic backups name for yukari matrix --- nixos/servers/matrix/restic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/servers/matrix/restic.nix b/nixos/servers/matrix/restic.nix index d74b0d57..37181fb4 100644 --- a/nixos/servers/matrix/restic.nix +++ b/nixos/servers/matrix/restic.nix @@ -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"