Machines/SteamDeck: mount persist subvolume
This commit is contained in:
parent
a66628290b
commit
f704fd47d1
1 changed files with 7 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue