diff --git a/hosts/common/snapper.nix b/hosts/common/snapper.nix index b893ae313..ff8f8cc58 100644 --- a/hosts/common/snapper.nix +++ b/hosts/common/snapper.nix @@ -34,4 +34,6 @@ # TIMELINE_LIMIT_MONTHLY = 0; # TIMELINE_LIMIT_YEARLY = 0; }; + + services.snapper.cleanupInterval = "2h"; # how frequently to gc snapshots no longer covered by the above policy (default: daily) }