mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 13:51:54 -05:00
rustboro: increase EFI partition to 1GB
This commit is contained in:
parent
855cdfa312
commit
7b9e8ab3ba
|
@ -11,7 +11,7 @@
|
||||||
priority = 1;
|
priority = 1;
|
||||||
name = "ESP";
|
name = "ESP";
|
||||||
start = "1M";
|
start = "1M";
|
||||||
end = "512M";
|
end = "1024M";
|
||||||
type = "EF00";
|
type = "EF00";
|
||||||
content = {
|
content = {
|
||||||
type = "filesystem";
|
type = "filesystem";
|
||||||
|
@ -30,9 +30,9 @@
|
||||||
# Subvolume name is different from mountpoint
|
# Subvolume name is different from mountpoint
|
||||||
"rootfs" = { mountpoint = "/"; };
|
"rootfs" = { mountpoint = "/"; };
|
||||||
# For use with future impermanence setups
|
# For use with future impermanence setups
|
||||||
"persistent" = {
|
"persist" = {
|
||||||
mountpoint = "/persist";
|
mountpoint = "/persist";
|
||||||
mountOptions = [ "compress=zstd" ];
|
mountOptions = [ "compress=zstd" "noatime" ];
|
||||||
};
|
};
|
||||||
# Subvolume name is the same as the mountpoint
|
# Subvolume name is the same as the mountpoint
|
||||||
"home" = {
|
"home" = {
|
||||||
|
|
Loading…
Reference in a new issue