n/homekitty: xbootldr setup wrapper changed apparently?
This commit is contained in:
parent
977d9687a8
commit
e9822e820a
2 changed files with 5 additions and 3 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
# nixpkgs.overlays = [ inputs.nix-comfyui.overlays.default ];
|
||||
boot.uefi.enable = true;
|
||||
boot.loader.systemd-boot.xbootldrMountPoint = "/efi";
|
||||
# boot.loader.systemd-boot.xbootldrMountPoint = "/boot";
|
||||
boot.loader.systemd-boot.edk2-uefi-shell.enable = true;
|
||||
boot.loader.systemd-boot.windows."10".efiDeviceHandle = "HD0b";
|
||||
boot.loader.systemd-boot.windows."10-alternative".efiDeviceHandle = "HD1b";
|
||||
|
@ -46,6 +46,8 @@
|
|||
autoconf
|
||||
automake
|
||||
libtool
|
||||
|
||||
kicad
|
||||
];
|
||||
|
||||
users.mutableUsers = lib.mkForce true;
|
||||
|
|
|
@ -20,13 +20,13 @@
|
|||
boot.initrd.luks.devices."homekitty".device =
|
||||
"/dev/disk/by-uuid/d51fc137-6a1a-41a7-a998-9f068d1cb523";
|
||||
|
||||
fileSystems."/efi" = {
|
||||
fileSystems."/boot" = {
|
||||
device = "/dev/disk/by-uuid/EE05-0FAC";
|
||||
fsType = "vfat";
|
||||
options = [ "fmask=0022" "dmask=0022" ];
|
||||
};
|
||||
|
||||
fileSystems."/boot" = {
|
||||
fileSystems."/efi" = {
|
||||
device = "/dev/disk/by-uuid/B6C3-4F75";
|
||||
fsType = "vfat";
|
||||
options = [ "fmask=0022" "dmask=0022" ];
|
||||
|
|
Loading…
Add table
Reference in a new issue