From 5d8ad216a45cf0f2ead35b7635c1bb32b60785ad Mon Sep 17 00:00:00 2001 From: Alice Huston Date: Tue, 6 Feb 2024 18:06:56 -0500 Subject: [PATCH] fix boot partition (#80) --- systems/palatine-hill/hardware.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/palatine-hill/hardware.nix b/systems/palatine-hill/hardware.nix index 24d3153..4bee813 100644 --- a/systems/palatine-hill/hardware.nix +++ b/systems/palatine-hill/hardware.nix @@ -31,7 +31,7 @@ fsType = "ext4"; }; - "boot" = { + "/boot" = { device = "/dev/disk/by-uuid/4CBA-2451"; fsType = "vfat"; };