From 1d4f3e7661e4246bec2ba47aae4f17ec15528ce3 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 11 May 2024 18:33:18 +0200 Subject: fix(sys/boot): Use a disk backed directory to store the big iso --- sys/disks/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/disks') diff --git a/sys/disks/default.nix b/sys/disks/default.nix index 2d88f57e..97c1fc4f 100644 --- a/sys/disks/default.nix +++ b/sys/disks/default.nix @@ -86,7 +86,7 @@ in { content = { type = "filesystem"; format = "vfat"; - mountpoint = "/boot"; + mountpoint = "/efi"; }; }; }; -- cgit 1.4.1