From 8f8bb999a30c32a7b1cad05de241ef0fff1bce3e Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Fri, 4 Jul 2025 18:11:28 -0400 Subject: [PATCH] make restic repos private --- systems/palatine-hill/docker/restic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/palatine-hill/docker/restic.nix b/systems/palatine-hill/docker/restic.nix index 1038997..833fa18 100644 --- a/systems/palatine-hill/docker/restic.nix +++ b/systems/palatine-hill/docker/restic.nix @@ -10,7 +10,7 @@ in image = "restic/rest-server:latest"; volumes = [ "${restic_path}:/data" ]; environment = { - OPTIONS = "--prometheus --htpasswd-file /data/.htpasswd"; + OPTIONS = "--prometheus --private-repos --htpasswd-file /data/.htpasswd"; }; ports = [ "8010:8000" ]; extraOptions = [