From 730b509b1ed35db3224c5d756db990ea078b189e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sun, 6 Apr 2025 22:29:33 +0300 Subject: [PATCH] vno3-nk: a bit more local /var snapshots --- hosts/vno3-nk/configuration.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/hosts/vno3-nk/configuration.nix b/hosts/vno3-nk/configuration.nix index a5745f2..4b3f049 100644 --- a/hosts/vno3-nk/configuration.nix +++ b/hosts/vno3-nk/configuration.nix @@ -165,9 +165,15 @@ in # next time: don't forget a subvolume /var/lib subvolume = "/"; label = "hourly"; - keep = 6; + keep = 24; refreshInterval = "*:00:00"; } + { + subvolume = "/"; + label = "5minutely"; + keep = 12; + refreshInterval = "*:0/5"; + } { subvolume = "/data"; label = "hourly";