{ config, pkgs, ... }: { services.btrbk.instances.btrbk = { settings = { snapshot_preserve = "14d"; snapshot_preserve_min = "2d"; snapshot_dir = "/btrbk_snapshots"; subvolume = "/home"; }; }; }