Zoidberg move /boot device
Some checks failed
Check Flake / check-flake (push) Failing after 6m57s

This commit is contained in:
Zuckerberg 2023-10-15 19:23:24 -06:00
parent 2b50aeba93
commit 8ba08ce982

View File

@ -25,7 +25,7 @@
# Fetch key from USB drive # Fetch key from USB drive
keyFileSize = 4096; 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; fallbackToPassword = true;
}; };
fileSystems."/" = fileSystems."/" =
@ -35,7 +35,7 @@
}; };
fileSystems."/boot" = fileSystems."/boot" =
{ {
device = "/dev/disk/by-uuid/954B-AB3E"; device = "/dev/disk/by-uuid/8074-B04D";
fsType = "vfat"; fsType = "vfat";
}; };
swapDevices = swapDevices =