From 74dd7bae0692eaf95280ec09f7276a92a7b364a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20J=C3=B6ns?= <34899572+jopejoe1@users.noreply.github.com> Date: Fri, 17 Nov 2023 10:37:44 +0100 Subject: [PATCH] Make boot drive at boot --- systems/kami/hardware.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/kami/hardware.nix b/systems/kami/hardware.nix index 04e9c77..aa4c2fd 100644 --- a/systems/kami/hardware.nix +++ b/systems/kami/hardware.nix @@ -40,7 +40,7 @@ device = "/dev/disk/by-uuid/99a47ace-7e69-4520-b914-d4fe5b31dc79"; fsType = "bcachefs"; }; - "/boot/efi" = { + "/boot" = { device = "/dev/disk/by-uuid/1F26-8168"; fsType = "vfat"; };