aboutsummaryrefslogtreecommitdiffstats
path: root/sys/disks
diff options
context:
space:
mode:
Diffstat (limited to 'sys/disks')
-rw-r--r--sys/disks/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/disks/default.nix b/sys/disks/default.nix
index a9dfd7e9..2283db96 100644
--- a/sys/disks/default.nix
+++ b/sys/disks/default.nix
@@ -4,6 +4,7 @@
pkgs,
...
}: let
+ # FIXME: The iso redeploy requires a bigger efi partition <2024-05-12>
cfg = config.soispha.disks;
defaultMountOptions = [
"compress-force=zstd:15" # This saves disk space, at a performance cost
@@ -88,7 +89,7 @@ in {
content = {
type = "filesystem";
format = "vfat";
- mountpoint = "/efi";
+ mountpoint = "/boot";
};
};
};