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