diff --git a/hosts/mtworx/configuration.nix b/hosts/mtworx/configuration.nix index 043aa2c..05deaea 100644 --- a/hosts/mtworx/configuration.nix +++ b/hosts/mtworx/configuration.nix @@ -92,6 +92,12 @@ in keep = 24; refreshInterval = "*:00:00"; } + { + subvolume = "/home"; + label = "daily"; + keep = 7; + refreshInterval = "daily UTC"; + } ]; };