change boot

This commit is contained in:
xbazzi 2025-01-31 21:05:19 -07:00
parent 18276927d7
commit a3a2abf944
2 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.efi.efiSysMountPoint = "/boot";
# Set your time zone.
time.timeZone = "America/Denver";

View File

@ -19,7 +19,7 @@
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/3438-182C";
{ device = "/dev/disk/by-uuid/F253-5DFF";
fsType = "vfat";
options = [ "fmask=0077" "dmask=0077" ];
};