Update steamdeck disk
This commit is contained in:
parent
b79468b8a8
commit
76e814b5bc
1 changed files with 23 additions and 23 deletions
|
@ -49,28 +49,28 @@
|
||||||
}; # content
|
}; # content
|
||||||
}; # disko.devices.disk.nvme0
|
}; # disko.devices.disk.nvme0
|
||||||
|
|
||||||
mmcblk0 = {
|
# mmcblk0 = {
|
||||||
type = "disk";
|
# type = "disk";
|
||||||
device = "/dev/mmcblk0";
|
# device = "/dev/mmcblk0";
|
||||||
content = {
|
# content = {
|
||||||
type = "gpt";
|
# type = "gpt";
|
||||||
partitions = {
|
# partitions = {
|
||||||
SD_CARD = {
|
# SD_CARD = {
|
||||||
start = "0%";
|
# start = "0%";
|
||||||
end = "100%";
|
# end = "100%";
|
||||||
content = {
|
# content = {
|
||||||
type = "btrfs";
|
# type = "btrfs";
|
||||||
extraArgs = [ "-f" ];
|
# extraArgs = [ "-f" ];
|
||||||
subvolumes = {
|
# subvolumes = {
|
||||||
"/sd_card" = {
|
# "/sd_card" = {
|
||||||
mountpoint = "/sd_card";
|
# mountpoint = "/sd_card";
|
||||||
mountOptions = [ "compress=none" "noatime" ];
|
# mountOptions = [ "compress=none" "noatime" ];
|
||||||
}; # sd_card
|
# }; # sd_card
|
||||||
}; # subvolumes
|
# }; # subvolumes
|
||||||
}; # content
|
# }; # content
|
||||||
}; # partition 2 (SD_CARD BTRFS)
|
# }; # partition 2 (SD_CARD BTRFS)
|
||||||
}; # partitions
|
# }; # partitions
|
||||||
}; # content
|
# }; # content
|
||||||
}; # disko.devices.disk.mmcblk0
|
# }; # disko.devices.disk.mmcblk0
|
||||||
}; # disko.devices
|
}; # disko.devices
|
||||||
} # root
|
} # root
|
||||||
|
|
Loading…
Reference in a new issue