From 9f8754044d5c4dcede4fe932335b87560bd4de96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 29 Jul 2024 17:00:55 +0300 Subject: [PATCH] fwminex: snapshot /home too --- hosts/fwminex/configuration.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index 8ea825a..867b177 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -97,6 +97,18 @@ in btrfssnapshot = { enable = true; subvolumes = [ + { + subvolume = "/home"; + label = "hourly"; + keep = 24; + refreshInterval = "*:00:00"; + } + { + subvolume = "/home"; + label = "nightly"; + keep = 7; + refreshInterval = "daily UTC"; + } { subvolume = "/var/lib"; label = "hourly";