This commit is contained in:
albert 2024-04-27 08:10:02 +09:00
parent 7b227c099c
commit 904f11a4bb
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -48,28 +48,5 @@
}; # partitions
}; # content
}; # disko.devices.disk.nvme0
mmcblk0 = {
type = "disk";
device = "/dev/mmcblk0";
content = {
type = "gpt";
partitions = {
GAMES = {
size = "100%";
content = {
type = "btrfs";
extraArgs = [ "-f" ];
subvolumes = {
"/games" = {
mountpoint = "/games";
mountOptions = [ "compress=zstd" "noatime" ];
}; # sd_card
}; # subvolumes
}; # content
}; # partition 2 (MICROSD BTRFS)
}; # partitions
}; # content
}; # disko.devices.disk.mmcblk0
}; # disko.devices
} # root