mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
service/prometheus: exclude data from backup
This commit is contained in:
parent
0004527d89
commit
e3558c2662
1 changed files with 2 additions and 0 deletions
|
@ -187,6 +187,8 @@ in
|
||||||
inherit (cfg) port;
|
inherit (cfg) port;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
backup.exclude = [ "/var/lib/prometheus2/data" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
webapps.apps = {
|
webapps.apps = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue