set snapper cleanup interval to 1h

This commit is contained in:
LavaDesu 2021-07-15 09:46:28 +07:00
parent 84f9815ebb
commit 5008989f2e
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -1,5 +1,6 @@
{ config, lib, ... }: {
services.snapper = {
cleanupInterval = "1h";
configs.home = {
fstype = "btrfs";
subvolume = "/home";