ROCKPro64-Server/system/devices/disks/snapper/jules/default.nix

13 lines
275 B
Nix
Raw Normal View History

{ ... }:
2025-02-28 12:21:09 -05:00
{
services.snapper.configs.jules = {
2025-02-28 13:32:11 -05:00
SUBVOLUME = "/persist/home/jules";
2025-02-28 12:21:09 -05:00
TIMELINE_CREATE = true;
TIMELINE_CLEANUP = true;
TIMELINE_LIMIT_DAILY = 1;
TIMELINE_LIMIT_WEEKLY = 1;
TIMELINE_LIMIT_MONTHLY = 0;
TIMELINE_LIMIT_YEARLY = 0;
};
}