testing
This commit is contained in:
parent
841cd955b7
commit
0b69681299
1 changed files with 5 additions and 6 deletions
|
@ -13,7 +13,7 @@
|
|||
priority = 1;
|
||||
name = "BOOT";
|
||||
start = "0%";
|
||||
end = "550MiB";
|
||||
end = "550M";
|
||||
type = "EF00";
|
||||
content = {
|
||||
type = "filesystem";
|
||||
|
@ -24,7 +24,7 @@
|
|||
};
|
||||
}; # partition 1 (ESP)
|
||||
ROOT = {
|
||||
start = "550MiB";
|
||||
start = "550M";
|
||||
size = "100%";
|
||||
content = {
|
||||
type = "btrfs";
|
||||
|
@ -55,15 +55,14 @@
|
|||
content = {
|
||||
type = "gpt";
|
||||
partitions = {
|
||||
MICROSD = {
|
||||
name = "MICROSD";
|
||||
GAMES = {
|
||||
size = "100%";
|
||||
content = {
|
||||
type = "btrfs";
|
||||
extraArgs = [ "-f" ];
|
||||
subvolumes = {
|
||||
"/microsd" = {
|
||||
mountpoint = "/microsd";
|
||||
"/games" = {
|
||||
mountpoint = "/games";
|
||||
mountOptions = [ "compress=zstd" "noatime" ];
|
||||
}; # sd_card
|
||||
}; # subvolumes
|
||||
|
|
Loading…
Reference in a new issue