config

NixOS config
Log | Files | Refs | README | LICENSE

commit 34d0f6047bddeb5430af6cc88941d3daeecf5404 (tree)
parent eb009dfc54b6433621edfb1611b40499af3dcccb
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Thu, 10 Apr 2025 19:27:01 +0000

backup prometheus too

Diffstat:
Mhosts/fwminex/configuration.nix | 7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix @@ -596,8 +596,11 @@ in [ { subvolume = "/var/lib"; - repo = "${vno3-nk}:${this}-timelapse-r11"; - paths = [ "private/timelapse-r11" ]; + repo = "${vno3-nk}:${this}-var_lib_lesser"; + paths = [ + "prometheus2" + "private/timelapse-r11" + ]; backup_at = "*-*-* 02:01:00 UTC"; compression = "none"; }