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