test
This commit is contained in:
parent
7a3d322243
commit
90854ca6e7
1 changed files with 4 additions and 4 deletions
|
@ -55,20 +55,20 @@
|
||||||
content = {
|
content = {
|
||||||
type = "gpt";
|
type = "gpt";
|
||||||
partitions = {
|
partitions = {
|
||||||
SD_CARD = {
|
MICROSD = {
|
||||||
start = "0%";
|
start = "0%";
|
||||||
end = "100%";
|
end = "100%";
|
||||||
content = {
|
content = {
|
||||||
type = "btrfs";
|
type = "btrfs";
|
||||||
extraArgs = [ "-f" ];
|
extraArgs = [ "-f" ];
|
||||||
subvolumes = {
|
subvolumes = {
|
||||||
"/sd_card" = {
|
"/microsd" = {
|
||||||
mountpoint = "/sd_card";
|
mountpoint = "/microsd";
|
||||||
mountOptions = [ "compress=none" "noatime" ];
|
mountOptions = [ "compress=none" "noatime" ];
|
||||||
}; # sd_card
|
}; # sd_card
|
||||||
}; # subvolumes
|
}; # subvolumes
|
||||||
}; # content
|
}; # content
|
||||||
}; # partition 2 (SD_CARD BTRFS)
|
}; # partition 2 (MICROSD BTRFS)
|
||||||
}; # partitions
|
}; # partitions
|
||||||
}; # content
|
}; # content
|
||||||
}; # disko.devices.disk.mmcblk0
|
}; # disko.devices.disk.mmcblk0
|
||||||
|
|
Loading…
Reference in a new issue