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"