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

14 lines
160 B
Nix
Raw Normal View History

2025-02-28 12:21:09 -05:00
{ ... }:
{
imports = [
./jules
./jimbo
2025-02-28 12:21:09 -05:00
./root
];
services.snapper = {
snapshotInterval = "0/6:00:00";
persistentTimer = true;
};
}