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

13 lines
148 B
Nix
Raw Normal View History

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