Add (disabled) restic
Prometheus exporter
This commit is contained in:
parent
baac8eed23
commit
2e20dabf06
1 changed files with 7 additions and 3 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue