service/prometheus: exclude data from backup

This commit is contained in:
Felix Buehler 2024-05-05 13:06:40 +02:00
parent 0004527d89
commit e3558c2662

View file

@ -187,6 +187,8 @@ in
inherit (cfg) port; inherit (cfg) port;
} }
]; ];
backup.exclude = [ "/var/lib/prometheus2/data" ];
}; };
webapps.apps = { webapps.apps = {