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";