This commit is contained in:
iFargle 2023-12-25 17:21:55 +09:00
parent c274d1b71e
commit 93ccc75309

View file

@ -14,12 +14,12 @@
home = { home = {
TIMELINE_CREATE = true; TIMELINE_CREATE = true;
TIMELINE_CLEANUP = true; TIMELINE_CLEANUP = true;
SUBVOLUME = "home"; SUBVOLUME = "/home";
}; };
nix = { nix = {
TIMELINE_CREATE = true; TIMELINE_CREATE = true;
TIMELINE_CLEANUP = true; TIMELINE_CLEANUP = true;
SUBVOLUME = "nix"; SUBVOLUME = "/nix";
}; };
}; };
}; };