fix(Infini-SERVER): revert to previous /persist
This commit is contained in:
parent
43e046e007
commit
528a9735a4
1 changed files with 15 additions and 15 deletions
|
@ -47,25 +47,25 @@ in
|
||||||
neededForBoot = true;
|
neededForBoot = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# "/persist" = {
|
|
||||||
# device = main;
|
|
||||||
# fsType = "btrfs";
|
|
||||||
# options = [ "subvol=root" "ssd" ] ++ btrfsOptions;
|
|
||||||
# neededForBoot = true;
|
|
||||||
# };
|
|
||||||
|
|
||||||
"/persist" = {
|
"/persist" = {
|
||||||
device = "overlay";
|
device = main;
|
||||||
fsType = "overlay";
|
fsType = "btrfs";
|
||||||
options = [
|
options = [ "subvol=root" "ssd" ] ++ btrfsOptions;
|
||||||
"upperdir=/media/main/root"
|
|
||||||
"lowerdir=/media/data/root"
|
|
||||||
"workdir=/media/main/work"
|
|
||||||
"redirect_dir=on"
|
|
||||||
];
|
|
||||||
neededForBoot = true;
|
neededForBoot = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# "/persist" = {
|
||||||
|
# device = "overlay";
|
||||||
|
# fsType = "overlay";
|
||||||
|
# options = [
|
||||||
|
# "upperdir=/media/main/root"
|
||||||
|
# "lowerdir=/media/data/root"
|
||||||
|
# "workdir=/media/main/work"
|
||||||
|
# "redirect_dir=on"
|
||||||
|
# ];
|
||||||
|
# neededForBoot = true;
|
||||||
|
# };
|
||||||
|
|
||||||
"/nix" = {
|
"/nix" = {
|
||||||
device = main;
|
device = main;
|
||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue