upgrade restic

This commit is contained in:
Cyryl Płotnicki 2021-05-31 22:01:51 +01:00
parent 9f8d4dbf1b
commit 04b7c3c774

View file

@ -7,6 +7,8 @@
dataDir = "/data/restic";
appendOnly = true;
prometheus = true;
listenAddress = "brix.vpn:8000";
extraFlags = [ "--no-auth" ];
};
}