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 = [