From af96fb6e875e372bfdb1303c8bc097870cb5fea0 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Wed, 16 Oct 2024 15:48:34 -0700 Subject: [PATCH] fixup! snowhawk: initrd on root --- hosts/snowhawk/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/snowhawk/hardware-configuration.nix b/hosts/snowhawk/hardware-configuration.nix index 6e2a7bc..71f673c 100644 --- a/hosts/snowhawk/hardware-configuration.nix +++ b/hosts/snowhawk/hardware-configuration.nix @@ -48,7 +48,7 @@ in fsType = "ext4"; }; - fileSystems."/boot" = { + fileSystems."/efi" = { device = "/dev/disk/by-uuid/1A0A-CEB2"; fsType = "vfat"; };