From 92f3ab64c285a43d030be98c93ca9779ed1fac71 Mon Sep 17 00:00:00 2001 From: The Hive Date: Sun, 2 Jul 2023 04:35:47 +0000 Subject: [PATCH] add note about possible change in 23.05 --- system/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/default.nix b/system/default.nix index 3e86766..39a1e3d 100644 --- a/system/default.nix +++ b/system/default.nix @@ -12,7 +12,7 @@ # efi bootloader boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - boot.loader.efi.efiSysMountPoint = "/boot/efi"; + boot.loader.efi.efiSysMountPoint = "/boot/efi"; #this may have changed in 23.05 boot.initrd.systemd.enable = true; boot.plymouth.enable = true; boot.kernelParams = ["quiet"];