Machines/SteamDeck: mount persist subvolume

This commit is contained in:
Toast 2024-05-11 20:35:16 +02:00
parent a66628290b
commit f704fd47d1

View file

@ -45,6 +45,13 @@ in {
fsType = "btrfs";
options = ["subvol=@" "compress=zstd"];
};
"btrfs_persist" = {
mountPoint = "/persist";
label = ssdLabel;
fsType = "btrfs";
options = ["subvol=@persist"];
neededForBoot = true;
};
"btrfs_boot" = {
mountPoint = "/boot";
label = ssdLabel;