Machines: mount /persist in early boot

This commit is contained in:
Toast 2024-02-20 09:15:26 +01:00
parent d02fae40ad
commit fb8aa242c3
3 changed files with 3 additions and 0 deletions

View file

@ -48,6 +48,7 @@ in
label = ssdLabel;
fsType = "btrfs";
options = [ "subvol=@persist" ];
neededForBoot = true;
};
"btrfs_home" = {
mountPoint = "/home";