From 76c0baee725635d7f2c8143c38b4ecd33b8804f5 Mon Sep 17 00:00:00 2001 From: Ananth Venkatesh Date: Sun, 2 Feb 2025 02:48:48 -0500 Subject: [PATCH] fix: boot? --- hardware-configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hardware-configuration.nix b/hardware-configuration.nix index f6af8c7..ac18ccf 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -29,6 +29,10 @@ device = "/dev/disk/by-uuid/a13fb71a-f654-49ba-88b5-e386c9009fed"; fsType = "ext4"; }; + fileSystems."/boot" = { + device = "/dev/disk/by-uuid/a13fb71a-f654-49ba-88b5-e386c9009fed"; + fsType = "ext4"; + }; boot.initrd.luks.devices."luks-c06a68dc-9721-4bf1-8845-e09da3580d2e".device = "/dev/disk/by-uuid/c06a68dc-9721-4bf1-8845-e09da3580d2e";