Update config.nix

This commit is contained in:
Aaron Honeycutt 2022-05-06 17:10:41 +00:00
parent 64b82be0a4
commit 692da46cab

View file

@ -10,9 +10,6 @@
];
boot.loader = {
efi = {
canTouchEfiVariables = true;
efiSysMountPoint = "/boot/efi"; # ← use the same mount point here.
systemd-boot.enable = true;
};
};