From 7b9e8ab3ba3799e3986f408d762de3756d7a833c Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Tue, 2 Apr 2024 10:32:05 -0400 Subject: [PATCH] rustboro: increase EFI partition to 1GB --- hosts/rustboro/disko.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/rustboro/disko.nix b/hosts/rustboro/disko.nix index bd34b968..80d49e29 100644 --- a/hosts/rustboro/disko.nix +++ b/hosts/rustboro/disko.nix @@ -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" = {