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;
|
priority = 1;
|
||||||
name = "BOOT";
|
name = "BOOT";
|
||||||
start = "0%";
|
start = "0%";
|
||||||
end = "550MiB";
|
end = "550M";
|
||||||
type = "EF00";
|
type = "EF00";
|
||||||
content = {
|
content = {
|
||||||
type = "filesystem";
|
type = "filesystem";
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
};
|
};
|
||||||
}; # partition 1 (ESP)
|
}; # partition 1 (ESP)
|
||||||
ROOT = {
|
ROOT = {
|
||||||
start = "550MiB";
|
start = "550M";
|
||||||
size = "100%";
|
size = "100%";
|
||||||
content = {
|
content = {
|
||||||
type = "btrfs";
|
type = "btrfs";
|
||||||
|
@ -55,15 +55,14 @@
|
||||||
content = {
|
content = {
|
||||||
type = "gpt";
|
type = "gpt";
|
||||||
partitions = {
|
partitions = {
|
||||||
MICROSD = {
|
GAMES = {
|
||||||
name = "MICROSD";
|
|
||||||
size = "100%";
|
size = "100%";
|
||||||
content = {
|
content = {
|
||||||
type = "btrfs";
|
type = "btrfs";
|
||||||
extraArgs = [ "-f" ];
|
extraArgs = [ "-f" ];
|
||||||
subvolumes = {
|
subvolumes = {
|
||||||
"/microsd" = {
|
"/games" = {
|
||||||
mountpoint = "/microsd";
|
mountpoint = "/games";
|
||||||
mountOptions = [ "compress=zstd" "noatime" ];
|
mountOptions = [ "compress=zstd" "noatime" ];
|
||||||
}; # sd_card
|
}; # sd_card
|
||||||
}; # subvolumes
|
}; # subvolumes
|
||||||
|
|
Loading…
Reference in a new issue