Add (disabled) restic Prometheus exporter
All checks were successful
EVAL x86_64-linux.picard
BUILD x86_64-linux.picard
UPLOAD x86_64-linux.picard
DOWNLOAD x86_64-linux.picard
CACHIX x86_64-linux.picard
ATTIC x86_64-linux.picard
/ test (push) Successful in 48s

This commit is contained in:
Andrea Ciceri 2025-04-29 20:56:07 +02:00
parent baac8eed23
commit 2e20dabf06
No known key found for this signature in database

View file

@ -1,6 +1,7 @@
{ {
config, config,
lib, lib,
pkgs,
... ...
}: }:
let let
@ -69,9 +70,12 @@ in
{ {
enable = true; enable = true;
}; };
# restic = mkFor ["sisko"] { restic = mkFor [ "sisko" ] {
# enable = true; # https://github.com/ngosang/restic-exporter/issues/31
# }; enable = false;
repository = config.services.restic.backups.sisko.repository;
passwordFile = config.age.secrets.SISKO_RESTIC_PASSWORD.path;
};
postgres = mkFor [ "sisko" ] { postgres = mkFor [ "sisko" ] {
enable = true; enable = true;
}; };