This commit is contained in:
parent
0fa0abcafa
commit
73e426ba2d
1 changed files with 17 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue