Fixed my boot partition location to be more "standard"

This commit is contained in:
Emmet 2024-02-25 15:38:51 -06:00
parent 4d966ad749
commit 4e55cc5919
3 changed files with 3 additions and 3 deletions

View file

@ -31,7 +31,7 @@
# Bootloader
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.efi.efiSysMountPoint = "/boot/efi";
boot.loader.efi.efiSysMountPoint = "/boot";
# Networking
networking.hostName = systemSettings.hostname; # Define your hostname.

View file

@ -48,7 +48,7 @@
# Bootloader
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.efi.efiSysMountPoint = "/boot/efi";
boot.loader.efi.efiSysMountPoint = "/boot";
# Networking
networking.hostName = systemSettings.hostname; # Define your hostname.

View file

@ -26,7 +26,7 @@
boot.initrd.luks.devices."luks-385106b5-71f7-460e-9a2b-2416f3b54cb6".device = "/dev/disk/by-uuid/385106b5-71f7-460e-9a2b-2416f3b54cb6";
fileSystems."/boot/efi" =
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/F09D-73C9";
fsType = "vfat";
};