try preservation
This commit is contained in:
parent
438f48ebf0
commit
e9b8c54312
3 changed files with 87 additions and 3 deletions
|
|
@ -64,6 +64,8 @@ lib.mkMerge [
|
|||
"X-mount.mkdir"
|
||||
"X-mount.subdir=@persist"
|
||||
];
|
||||
# NOTE for impermanence
|
||||
neededForBoot = true;
|
||||
};
|
||||
}
|
||||
# SWAP (optional)
|
||||
|
|
@ -139,10 +141,12 @@ lib.mkMerge [
|
|||
wantedBy = [
|
||||
# "initrd.target"
|
||||
"sysroot.mount"
|
||||
"persist.mount"
|
||||
"initrd-root-fs.target"
|
||||
];
|
||||
before = [
|
||||
"sysroot.mount"
|
||||
"persist.mount"
|
||||
"initrd-root-fs.target"
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue