From 8ba08ce982f3175c11ac114fdfa746c0d8632977 Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Sun, 15 Oct 2023 19:23:24 -0600 Subject: [PATCH] Zoidberg move /boot device --- machines/zoidberg/hardware-configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/zoidberg/hardware-configuration.nix b/machines/zoidberg/hardware-configuration.nix index bd30e52..2c69ccc 100644 --- a/machines/zoidberg/hardware-configuration.nix +++ b/machines/zoidberg/hardware-configuration.nix @@ -25,7 +25,7 @@ # Fetch key from USB drive keyFileSize = 4096; - keyFile = "/dev/disk/by-id/usb-Mass_Storage_Device_121220160204-0:0"; + keyFile = "/dev/disk/by-id/usb-Mass_Storage_Device_121220160204-0:0-part2"; fallbackToPassword = true; }; fileSystems."/" = @@ -35,7 +35,7 @@ }; fileSystems."/boot" = { - device = "/dev/disk/by-uuid/954B-AB3E"; + device = "/dev/disk/by-uuid/8074-B04D"; fsType = "vfat"; }; swapDevices =