WinMax2: mount persist subvolume

This commit is contained in:
Toast 2024-02-19 14:00:39 +01:00
parent 8a8b69b79b
commit a1f41b6295

View file

@ -43,12 +43,12 @@ in
fsType = "btrfs";
options = [ "subvol=@" ];
};
/*"btrfs_boot" = {
mountPoint = "/boot";
"btrfs_persist" = {
mountPoint = "/persist";
label = ssdLabel;
fsType = "btrfs";
options = [ "subvol=@boot" ];
};*/
options = [ "subvol=@persist" ];
};
"btrfs_home" = {
mountPoint = "/home";
label = ssdLabel;