Update snapper
Some checks failed
ssh-test / ssh-test (push) Failing after 22s

This commit is contained in:
iFargle 2023-12-24 11:02:20 +09:00
parent 0fa0abcafa
commit 73e426ba2d

View file

@ -5,5 +5,22 @@
snapshotRootOnBoot = true;
cleanupInterval = "1d";
snapshotInterval = "1h";
configs = {
root = {
TIMELINE_CREATE = true;
TIMELINE_CLEANUP = true;
SUBVOLUME = "/root";
};
home = {
TIMELINE_CREATE = true;
TIMELINE_CLEANUP = true;
SUBVOLUME = "/home";
};
nix = {
TIMELINE_CREATE = true;
TIMELINE_CLEANUP = true;
SUBVOLUME = "/nix";
};
};
};
}