Correct mount point for the resti repository

If I mount it in /mnt it gets only 700 for root which makes unreadable for the
restic server.
This commit is contained in:
Andreas Zweili 2022-11-10 00:11:55 +01:00
parent 9d2a8a7e98
commit 9dea49c267
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ custom }: { config, pkgs, ... }:
let
repository = "/mnt/restic-server";
repository = "/var/lib/restic-server";
in
{
age.secrets.resticKey.file = "${custom.inputs.self}/scrts/restic.key.age";